Merge pull request #993 from sharkdp/dependabot/cargo/test-case-2.0.2

Bump test-case from 2.0.0 to 2.0.2
This commit is contained in:
Thayne McCombs 2022-04-01 13:49:14 -06:00 committed by GitHub
commit 2f9a858b2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -604,9 +604,9 @@ dependencies = [
[[package]]
name = "test-case"
version = "2.0.0"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f7d58e237f65d5fe5eaf1105188c94c9a441e1fbc298ed5df45ec9c9af236d3"
checksum = "6344589a99d3971d6fa4e8314dbcbeca2df6273a6b642e46906971779159af1f"
dependencies = [
"cfg-if",
"proc-macro-error",