From d8b7d2269d7a81c517b814e3d53394df23148112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 15:37:45 +0000 Subject: [PATCH] cargo: bump test-case from 2.0.1 to 2.0.2 Bumps [test-case](https://github.com/frondeus/test-case) from 2.0.1 to 2.0.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.0.1...v2.0.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 1905bb67c..dc95e8084 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1492,9 +1492,9 @@ checksum = "507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b" [[package]] name = "test-case" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b712a2c4665154f693a4d2e7601f321ef9be194a4bc1ea16c90ea1f71a14e5c" +checksum = "6344589a99d3971d6fa4e8314dbcbeca2df6273a6b642e46906971779159af1f" dependencies = [ "cfg-if", "proc-macro-error", diff --git a/Cargo.toml b/Cargo.toml index 55a100fd1..0e00d4095 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ textwrap = "0.15.0" thiserror = "1.0.30" [dev-dependencies] -test-case = "2.0.1" +test-case = "2.0.2" regex = "1.5.5" criterion = "0.3.5" criterion_bencher_compat = "0.3.4" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index c9a2e9a33..3ff6d3689 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -42,7 +42,7 @@ zstd = "0.11.1" [dev-dependencies] assert_matches = "1.5.0" num_cpus = "1.13.1" -test-case = "2.0.1" +test-case = "2.0.2" [features] vendored-openssl = ["git2/vendored-openssl"]