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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-01 17:25:13 +00:00 committed by David Peter
parent e1ecba2ce4
commit 4202f3939e
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",
]

View File

@ -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