Skip to content

Commit

Permalink
fix(deps): update rust crate http to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 9, 2024
1 parent 47deca6 commit da3f8ff
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.82"
apollo-router = { git = "https://github.com/apollographql/router", branch = "dev" }
async-trait = "0.1.80"
futures = "0.3.30"
http = "0.2.12"
http = "1.0.0"
schemars = "0.8.17"
serde = "1.0.200"
serde_json = "1.0.116"
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.82"
apollo-router = "1.45.0"
async-trait = "0.1.80"
futures = "0.3.30"
http = "0.2.12"
http = "1.0.0"
schemars = "0.8.17"
serde = "1.0.200"
serde_json = "1.0.116"
Expand Down

0 comments on commit da3f8ff

Please sign in to comment.