diff --git a/Cargo.lock b/Cargo.lock index 146608d..3972461 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "Inflector" @@ -74,9 +74,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "arbitrary" diff --git a/store/postgres/Cargo.toml b/store/postgres/Cargo.toml index 9201425..131833a 100644 --- a/store/postgres/Cargo.toml +++ b/store/postgres/Cargo.toml @@ -32,7 +32,7 @@ serde = "1.0" uuid = { version = "1.6.1", features = ["v4"] } stable-hash_legacy = { git = "https://github.com/graphprotocol/stable-hash", branch = "old", package = "stable-hash" } diesel_derives = "1.4.1" -anyhow = "1.0.75" +anyhow = "1.0.100" git-testament = "0.2.5" itertools = "0.12.0" hex = "0.4.3" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index e54b00f..e210015 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -29,5 +29,5 @@ tokio = { version = "1.35.1", features = ["rt", "macros", "process"] } secp256k1 = { version = "0.21", features = ["recovery"] } [dev-dependencies] -anyhow = "1.0.75" +anyhow = "1.0.100" tokio-stream = "0.1"