We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5714c5b commit 9d74512Copy full SHA for 9d74512
src/node/Cargo.toml
@@ -33,7 +33,7 @@ prost-types = "0.12"
33
tokio = { version = "1.17.0", features = ["full"] }
34
tokio-stream = "0.1.12"
35
clap = { version = "4.0.20", features = ["derive"] }
36
-http = "0.2"
+http = "1.0"
37
shadow-rs = "0.25.0"
38
tower-http = { version = "0.4", features = ["cors"] }
39
ctrlc = { version = "3.0", features = ["termination"] }
src/storage/Cargo.toml
@@ -31,7 +31,7 @@ rocksdb = { version = "0.18.0"}
31
timer = "0.2.0"
32
arweave-rs = {workspace=true}
url = "2.4.0"
moka = "0.11.2"
ejdb2rs = {workspace=true}
ethers = { workspace = true }
0 commit comments