From 9d74512b65d1b56a95c82eed9b55d03157c90676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:55:08 +0000 Subject: [PATCH] build(deps): update http requirement from 0.2 to 1.0 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.0.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..9c60789f 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.0" 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..f171d4f4 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.0" moka = "0.11.2" ejdb2rs = {workspace=true} ethers = { workspace = true }