Skip to content

Commit ae0fde2

Browse files
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](hyperium/http@v0.2.0...v1.0.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a267d88 commit ae0fde2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ prost-types = "0.11"
3333
tokio = { version = "1.17.0", features = ["full"] }
3434
tokio-stream = "0.1.12"
3535
clap = { version = "4.0.20", features = ["derive"] }
36-
http = "0.2"
36+
http = "1.0"
3737
shadow-rs = "0.24.1"
3838
tower-http = { version = "0.4", features = ["cors"] }
3939
ctrlc = { version = "3.0", features = ["termination"] }

src/storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ rocksdb = { version = "0.18.0"}
3131
timer = "0.2.0"
3232
arweave-rs = {workspace=true}
3333
url = "2.4.0"
34-
http = "0.2"
34+
http = "1.0"
3535
moka = "0.11.2"
3636
ejdb2rs = {workspace=true}
3737
ethers = { workspace = true }

0 commit comments

Comments
 (0)