Skip to content

Commit 7770fd5

Browse files
Update Rust crate anyhow to 1.0.78 (#736)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5f9b6d2 commit 7770fd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

misc/advanced/router-dev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77
[dependencies]
8-
anyhow = "1.0.77"
8+
anyhow = "1.0.78"
99
apollo-router = { git = "https://github.com/apollographql/router", branch = "dev" }
1010
async-trait = "0.1.75"
1111
futures = "0.3.30"

supergraph/router-rust-plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
anyhow = "1.0.77"
7+
anyhow = "1.0.78"
88
apollo-router = "1.35.0"
99
async-trait = "0.1.75"
1010
futures = "0.3.30"

0 commit comments

Comments
 (0)