Skip to content

Commit 468ab6b

Browse files
Update Rust crate http to v1
1 parent 7770fd5 commit 468ab6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

misc/advanced/router-dev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ anyhow = "1.0.78"
99
apollo-router = { git = "https://github.com/apollographql/router", branch = "dev" }
1010
async-trait = "0.1.75"
1111
futures = "0.3.30"
12-
http = "0.2.11"
12+
http = "1.0.0"
1313
schemars = "0.8.16"
1414
serde = "1.0.193"
1515
serde_json = "1.0.108"

supergraph/router-rust-plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ anyhow = "1.0.78"
88
apollo-router = "1.35.0"
99
async-trait = "0.1.75"
1010
futures = "0.3.30"
11-
http = "0.2.11"
11+
http = "1.0.0"
1212
schemars = "0.8.16"
1313
serde = "1.0.193"
1414
serde_json = "1.0.108"

0 commit comments

Comments
 (0)