From 3d97893b9bb54689780667dde303b5f3b5d29fc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:55:25 +0000 Subject: [PATCH] build(deps): update http requirement from 0.2 to 1.1 Updates the requirements on [http](https://github.com/hyperium/http) to permit the latest version. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.0...v1.1.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/node/Cargo.toml | 2 +- src/storage/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }