diff --git a/Cargo.lock b/Cargo.lock index 825b710c..bc93901c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4810,9 +4810,9 @@ dependencies = [ [[package]] name = "test-with" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1458dd57ae490c38f8e99ce80954b1af7d0870b6cbdaf7c17bb8924a383b000" +checksum = "5c655af446e45e99c8ffc007a5e919fd5bb5eaae2c1ac018f9af9b144cd29bce" dependencies = [ "proc-macro-error2", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 64a0334b..0ca51fa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,6 +86,6 @@ url = "2.5.0" assert_matches = "1.5.0" http-body-util = "0.1.1" hyper = "1.3.1" -test-with = { version = "0.13.0", default-features = false } +test-with = { version = "0.14.0", default-features = false } tokio-test = "0.4.4" tower-test = "0.4.0"