From 75040c6d0dd8a0415d25b1f4157f8756f84774b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 08:04:23 +0000 Subject: [PATCH] build(deps): 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 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b48616..ecd6424 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -471,9 +471,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 84b5091..379892d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,5 +23,5 @@ url = { version = '2.3.1' } webbrowser = { version = '0.8.1' } [dev-dependencies] -test-case = { version = '2.2.1' } +test-case = { version = '2.2.2' } mockall = { version = '0.11.2' }