|
@@ -36,13 +36,13 @@ futures-util = { version = "0.3", default-features = false, features = ["sink",
|
|
|
once_cell = { version = "1.17", optional = true }
|
|
|
thiserror = { workspace = true }
|
|
|
async-trait = "0.1.74"
|
|
|
-gloo = { version = "0.10.0", optional = true, features = ["net"] }
|
|
|
+gloo = { version = "0.11.0", optional = true, features = ["net"] }
|
|
|
http = "1.0.0"
|
|
|
|
|
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
|
|
tokio = { workspace = true, features = ["rt-multi-thread", "time", "macros", "sync"] }
|
|
|
minreq = { version = "2.7.0", optional = true, features = ["json-using-serde", "https"] }
|
|
|
-redb = { version = "1.4.0", optional = true }
|
|
|
+redb = { version = "2.0.0", optional = true }
|
|
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
|
|
tokio = { workspace = true, features = ["rt", "macros", "sync", "time"] }
|