Merge pull request #141 from nix-community/dependabot/cargo/assert_cmd-2.0.12

This commit is contained in:
figsoda 2023-07-17 13:24:32 -04:00 committed by GitHub
commit dcd07c3afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -65,9 +65,9 @@ checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
[[package]]
name = "assert_cmd"
version = "2.0.11"
version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86d6b683edf8d1119fe420a94f8a7e389239666aa72e65495d91c00462510151"
checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6"
dependencies = [
"anstyle",
"bstr",

View File

@ -37,7 +37,7 @@ clap_complete = "4.3.2"
clap_mangen = "0.2.12"
[dev-dependencies]
assert_cmd = "2.0.11"
assert_cmd = "2.0.12"
nu-glob = "0.82.0"
trycmd = "0.14.16"