diff --git a/Cargo.lock b/Cargo.lock index 04a1c89..c3a01b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2809,9 +2809,9 @@ dependencies = [ [[package]] name = "test-with" -version = "0.13.1" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1458dd57ae490c38f8e99ce80954b1af7d0870b6cbdaf7c17bb8924a383b000" +checksum = "471db2768a85f8d0331704be09fdad23e8c07c5422a76acc8cbbc4140a0aa4ea" dependencies = [ "proc-macro-error2", "proc-macro2", diff --git a/thegraph-core/Cargo.toml b/thegraph-core/Cargo.toml index a379464..8c958c8 100644 --- a/thegraph-core/Cargo.toml +++ b/thegraph-core/Cargo.toml @@ -42,6 +42,6 @@ url = "2.5" [dev-dependencies] alloy-signer-local = "0.2.0" assert_matches = "1.5.0" -test-with = { version = "0.13.0", default-features = false } +test-with = { version = "0.14.0", default-features = false } tokio = { version = "1.37.0", features = ["macros", "rt"] } tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }