From fb47213f9fa40cb077a60a4469ddb3d3df26ee44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 14:37:58 +0000 Subject: [PATCH] chore(deps): update rust crate test-with to 0.12.2 --- Cargo.lock | 4 ++-- thegraph/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 951f1af..5b17e06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3189,9 +3189,9 @@ dependencies = [ [[package]] name = "test-with" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfdbef2253c8b276a6877dd72b0dc03fc1ca4bfa2e344d884e908c6f3669f3ea" +checksum = "5e61b19fe0f43f6d976ff0e6fc54ad74fa122eef7f73eca0f07c1657cc95cc85" dependencies = [ "proc-macro-error", "proc-macro2", diff --git a/thegraph/Cargo.toml b/thegraph/Cargo.toml index 6095985..d3d40f9 100644 --- a/thegraph/Cargo.toml +++ b/thegraph/Cargo.toml @@ -47,5 +47,5 @@ tracing = { version = "0.1", optional = true } [dev-dependencies] assert_matches = "1.5.0" -test-with = { version = "0.12.1", default-features = false } +test-with = { version = "0.12.2", default-features = false } tokio = { version = "1.35.1", features = ["macros", "rt"] }