diff --git a/Cargo.lock b/Cargo.lock index d0e8f9d0a..020a1828d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1468,9 +1468,9 @@ checksum = "507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b" [[package]] name = "test-case" -version = "2.2.1" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07aea929e9488998b64adc414c29fe5620398f01c2e3f58164122b17e567a6d5" +checksum = "21d6cf5a7dffb3f9dceec8e6b8ca528d9bd71d36c9f074defb548ce161f598c0" dependencies = [ "test-case-macros", ] diff --git a/Cargo.toml b/Cargo.toml index 2da486478..35ba12201 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ insta = "1.21.0" lazy_static = "1.4.0" regex = "1.6.0" predicates = "2.1.1" -test-case = "2.2.1" +test-case = "2.2.2" [features] default = ["vendored-openssl"] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 4a97f7f09..48ab944ee 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -45,7 +45,7 @@ zstd = "0.11.2" assert_matches = "1.5.0" insta = "1.21.0" num_cpus = "1.13.1" -test-case = "2.2.1" +test-case = "2.2.2" [features] vendored-openssl = ["git2/vendored-openssl"]