diff --git a/Cargo.lock b/Cargo.lock index 7c949a39233..e5002bbba27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -903,9 +903,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.100" +version = "1.0.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" +checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" [[package]] name = "arbitrary" diff --git a/store/postgres/Cargo.toml b/store/postgres/Cargo.toml index 36be96bb7d7..9e972b1ed27 100644 --- a/store/postgres/Cargo.toml +++ b/store/postgres/Cargo.toml @@ -30,7 +30,7 @@ serde_json = { workspace = true } stable-hash_legacy = { git = "https://github.com/graphprotocol/stable-hash", branch = "old", package = "stable-hash" } tokio = { workspace = true } tokio-stream = { workspace = true } -anyhow = "1.0.100" +anyhow = "1.0.101" git-testament = "0.2.6" itertools = "0.14.0" hex = "0.4.3" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 6de710f6561..bbfaa0de083 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -23,7 +23,7 @@ tokio = { version = "1.49.0", features = ["rt", "macros", "process"] } tokio-util.workspace = true [dev-dependencies] -anyhow = "1.0.100" +anyhow = "1.0.101" tokio-stream = "0.1" [lints]