Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to 1.0.82 (#824)
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 Apr 11, 2024
1 parent 8e53596 commit 3b9ad71
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 @@ -5,7 +5,7 @@ edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.81"
anyhow = "1.0.82"
apollo-router = { git = "https://github.com/apollographql/router", branch = "dev" }
async-trait = "0.1.79"
futures = "0.3.30"
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 @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.81"
anyhow = "1.0.82"
apollo-router = "1.43.2"
async-trait = "0.1.79"
futures = "0.3.30"
Expand Down

0 comments on commit 3b9ad71

Please sign in to comment.