diff --git a/Cargo.lock b/Cargo.lock index d39bb3daa56..8254639023a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,9 +111,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.99" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" +checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "arbitrary" diff --git a/store/postgres/Cargo.toml b/store/postgres/Cargo.toml index 392a5a1c3de..f05c0862778 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.99" +anyhow = "1.0.100" git-testament = "0.2.6" itertools = "0.14.0" hex = "0.4.3" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 5fbf1a977c1..3d6a3771a93 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.99" +anyhow = "1.0.100" tokio-stream = "0.1"