From 53fc4a179c6eb9862f7a779b9e72654c8d8eb9fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 15:37:43 +0000 Subject: [PATCH] cargo: bump test-case from 2.2.1 to 2.2.2 Bumps [test-case](https://github.com/frondeus/test-case) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/frondeus/test-case/releases) - [Changelog](https://github.com/frondeus/test-case/blob/master/CHANGELOG.md) - [Commits](https://github.com/frondeus/test-case/compare/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: test-case dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- lib/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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"]