diff --git a/Cargo.lock b/Cargo.lock index 383a5174bdc..534640f9076 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -918,9 +918,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.101" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" +checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "arbitrary" diff --git a/store/postgres/Cargo.toml b/store/postgres/Cargo.toml index f9ede51cc9a..3b215868ccc 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.101" +anyhow = "1.0.102" git-testament = { workspace = true } itertools = "0.14.0" hex = "0.4.3" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 672c040ab47..4bf213b3773 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -25,7 +25,7 @@ tokio = { version = "1.49.0", features = ["rt", "macros", "process"] } tokio-util.workspace = true [dev-dependencies] -anyhow = "1.0.101" +anyhow = "1.0.102" tokio-stream = "0.1" [lints]