Skip to content

Commit 85d3e02

Browse files
fix(deps): update rust crate http to v1
1 parent fce8df5 commit 85d3e02

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.82"
99
apollo-router = { git = "https://github.com/apollographql/router", branch = "dev" }
1010
async-trait = "0.1.80"
1111
futures = "0.3.30"
12-
http = "0.2.12"
12+
http = "1.0.0"
1313
schemars = "0.8.17"
1414
serde = "1.0.200"
1515
serde_json = "1.0.116"

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.82"
88
apollo-router = "1.45.0"
99
async-trait = "0.1.80"
1010
futures = "0.3.30"
11-
http = "0.2.12"
11+
http = "1.0.0"
1212
schemars = "0.8.17"
1313
serde = "1.0.200"
1414
serde_json = "1.0.116"

0 commit comments

Comments
 (0)