From 7049a363d721577c48fb11adf3264faab35743ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:12:29 +0000 Subject: [PATCH] build(deps): bump test-case from 3.2.1 to 3.3.0 (#34139) * build(deps): bump test-case from 3.2.1 to 3.3.0 Bumps [test-case](https://github.com/frondeus/test-case) from 3.2.1 to 3.3.0. - [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/v3.2.1...v3.3.0) --- updated-dependencies: - dependency-name: test-case dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- programs/sbf/Cargo.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f4b7160f..13e1fd377 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8223,9 +8223,9 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-case" -version = "3.2.1" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8f1e820b7f1d95a0cdbf97a5df9de10e1be731983ab943e56703ac1b8e9d425" +checksum = "2d70dd1add280294abf52e1220e4fc284127233e2425383503fd85d2ed3fb275" dependencies = [ "test-case-macros", ] diff --git a/Cargo.toml b/Cargo.toml index d8f3fe61d..9d16e59c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -405,7 +405,7 @@ systemstat = "0.2.3" tar = "0.4.40" tarpc = "0.29.0" tempfile = "3.8.1" -test-case = "3.2.1" +test-case = "3.3.0" thiserror = "1.0.50" tiny-bip39 = "0.8.2" tokio = "1.29.1" diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index 31b5be861..0cea6bd13 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -7131,9 +7131,9 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test-case" -version = "3.2.1" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8f1e820b7f1d95a0cdbf97a5df9de10e1be731983ab943e56703ac1b8e9d425" +checksum = "2d70dd1add280294abf52e1220e4fc284127233e2425383503fd85d2ed3fb275" dependencies = [ "test-case-macros", ]