diff --git a/Cargo.lock b/Cargo.lock index 85f5b688107..42b6a4ea96e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,9 +117,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.98" +version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" +checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" [[package]] name = "arbitrary" diff --git a/store/postgres/Cargo.toml b/store/postgres/Cargo.toml index 953908e7e40..12502c2cb42 100644 --- a/store/postgres/Cargo.toml +++ b/store/postgres/Cargo.toml @@ -27,7 +27,7 @@ rand.workspace = true serde = { workspace = true } serde_json = { workspace = true } stable-hash_legacy = { git = "https://github.com/graphprotocol/stable-hash", branch = "old", package = "stable-hash" } -anyhow = "1.0.98" +anyhow = "1.0.99" git-testament = "0.2.6" itertools = "0.14.0" hex = "0.4.3" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index cca7d4422a5..5fbf1a977c1 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -26,5 +26,5 @@ tokio = { version = "1.45.1", features = ["rt", "macros", "process"] } secp256k1 = { version = "0.21", features = ["recovery"] } [dev-dependencies] -anyhow = "1.0.98" +anyhow = "1.0.99" tokio-stream = "0.1"