ok/jj
1
0
Fork 0
forked from mirrors/jj

cargo: 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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-10-03 15:37:43 +00:00 committed by Martin von Zweigbergk
parent 0c8c33df73
commit 53fc4a179c
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

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

View file

@ -64,7 +64,7 @@ insta = "1.21.0"
lazy_static = "1.4.0"
regex = "1.6.0"
predicates = "2.1.1"
test-case = "2.2.1"
test-case = "2.2.2"
[features]
default = ["vendored-openssl"]

View file

@ -45,7 +45,7 @@ zstd = "0.11.2"
assert_matches = "1.5.0"
insta = "1.21.0"
num_cpus = "1.13.1"
test-case = "2.2.1"
test-case = "2.2.2"
[features]
vendored-openssl = ["git2/vendored-openssl"]