Skip to content

Commit

Permalink
Update Rust crate futures to 0.3.30 (#731)
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 Dec 24, 2023
1 parent e3f57b0 commit 454bbc7
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 @@ -8,7 +8,7 @@ edition = "2021"
anyhow = "1.0.76"
apollo-router = { git = "https://github.com/apollographql/router", branch = "dev" }
async-trait = "0.1.75"
futures = "0.3.29"
futures = "0.3.30"
http = "0.2.11"
schemars = "0.8.16"
serde = "1.0.193"
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 @@ -7,7 +7,7 @@ edition = "2021"
anyhow = "1.0.76"
apollo-router = "1.35.0"
async-trait = "0.1.75"
futures = "0.3.29"
futures = "0.3.30"
http = "0.2.11"
schemars = "0.8.16"
serde = "1.0.193"
Expand Down

0 comments on commit 454bbc7

Please sign in to comment.