Skip to content

Commit

Permalink
Update Rust crate http to 0.2.10 (#693)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 10, 2023
1 parent e448fd7 commit aaa2446
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.75"
apollo-router = { git = "https://github.com/apollographql/router", branch = "dev" }
async-trait = "0.1.74"
futures = "0.3.29"
http = "0.2.9"
http = "0.2.10"
schemars = "0.8.15"
serde = "1.0.192"
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.75"
apollo-router = "1.33.2"
async-trait = "0.1.74"
futures = "0.3.29"
http = "0.2.9"
http = "0.2.10"
schemars = "0.8.15"
serde = "1.0.192"
serde_json = "1.0.108"
Expand Down

0 comments on commit aaa2446

Please sign in to comment.