diff --git a/src/node/Cargo.toml b/src/node/Cargo.toml index fc9dfa5e..703706ef 100644 --- a/src/node/Cargo.toml +++ b/src/node/Cargo.toml @@ -33,7 +33,7 @@ prost-types = "0.12" tokio = { version = "1.17.0", features = ["full"] } tokio-stream = "0.1.12" clap = { version = "4.0.20", features = ["derive"] } -http = "0.2" +http = "1.1" shadow-rs = "0.25.0" tower-http = { version = "0.4", features = ["cors"] } ctrlc = { version = "3.0", features = ["termination"] } diff --git a/src/storage/Cargo.toml b/src/storage/Cargo.toml index c1127c01..c9c189d2 100644 --- a/src/storage/Cargo.toml +++ b/src/storage/Cargo.toml @@ -31,7 +31,7 @@ rocksdb = { version = "0.18.0"} timer = "0.2.0" arweave-rs = {workspace=true} url = "2.4.0" -http = "0.2" +http = "1.1" moka = "0.11.2" ejdb2rs = {workspace=true} ethers = { workspace = true }