From baa08dcdcd7c05ccaf6b21c79acb7bade1d85921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 14:54:48 +0000 Subject: [PATCH] build(deps): bump test-with from 0.14.5 to 0.14.7 (#574) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1342d7a..ef68368 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1727,9 +1727,9 @@ dependencies = [ [[package]] name = "test-with" -version = "0.14.5" +version = "0.14.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3feb483cdf81866d103b411636e52d2e7af915cd9db562a8a6813b89cb55f55e" +checksum = "eb39a1199760f44d7e11b6644b620d35abe7e012fa34288abae9e5aa95a243da" dependencies = [ "proc-macro-error2", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 5e7993b..6adfa3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ serde_yaml = { version = "0.9.34" } sha2 = "0.10.8" tempfile = "3.14.0" terminal_size = "0.4.1" -test-with = { version = "0.14.5", default-features = false, features = [ +test-with = { version = "0.14.7", default-features = false, features = [ "executable", ] } threadpool = "1.8.1"