Merge pull request #6 from nix-community/dependabot/cargo/trycmd-0.14.10

Bump trycmd from 0.14.8 to 0.14.10
This commit is contained in:
figsoda 2023-01-09 11:00:27 -05:00 committed by GitHub
commit 9e5cf1f1d1
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

@ -970,9 +970,9 @@ dependencies = [
[[package]]
name = "trycmd"
version = "0.14.8"
version = "0.14.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efc283953d490e63682af2551b2c85b475f3c8d9cafda427a2b198936024ef86"
checksum = "01662d21325d18cd4acae7e1dc9f29a2a88b7fbb7f9bc427c4a692aaec5773ac"
dependencies = [
"glob",
"humantime",

View File

@ -36,7 +36,7 @@ url = "2.3.1"
[dev-dependencies]
assert_cmd = "2.0.7"
nu-glob = "0.73.0"
trycmd = "0.14.8"
trycmd = "0.14.10"
[profile.release]
lto = true