From 4202f3939ef12cafcfe93cb049643d3e267bcb49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 17:25:13 +0000 Subject: [PATCH] build(deps): bump test-case from 3.2.1 to 3.3.1 Bumps [test-case](https://github.com/frondeus/test-case) from 3.2.1 to 3.3.1. - [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.1) --- updated-dependencies: - dependency-name: test-case dependency-type: direct:production update-type: version-update:semver-minor ... 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 50b66c3..ebcf7fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -749,9 +749,9 @@ dependencies = [ [[package]] name = "test-case" -version = "3.2.1" +version = "3.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8f1e820b7f1d95a0cdbf97a5df9de10e1be731983ab943e56703ac1b8e9d425" +checksum = "eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8" dependencies = [ "test-case-macros", ] diff --git a/Cargo.toml b/Cargo.toml index eb5e785..85824ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ jemallocator = {version = "0.5.4", optional = true} diff = "0.1" tempfile = "3.8" filetime = "0.2" -test-case = "3.1" +test-case = "3.3" [profile.release] lto = true