Skip to content

Commit

Permalink
Update Rust crate http to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 31, 2023
1 parent 7770fd5 commit 468ab6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/advanced/router-dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ anyhow = "1.0.78"
apollo-router = { git = "https://github.com/apollographql/router", branch = "dev" }
async-trait = "0.1.75"
futures = "0.3.30"
http = "0.2.11"
http = "1.0.0"
schemars = "0.8.16"
serde = "1.0.193"
serde_json = "1.0.108"
Expand Down
2 changes: 1 addition & 1 deletion supergraph/router-rust-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ anyhow = "1.0.78"
apollo-router = "1.35.0"
async-trait = "0.1.75"
futures = "0.3.30"
http = "0.2.11"
http = "1.0.0"
schemars = "0.8.16"
serde = "1.0.193"
serde_json = "1.0.108"
Expand Down

0 comments on commit 468ab6b

Please sign in to comment.