Bump trycmd from 0.14.11 to 0.14.12

Bumps [trycmd](https://github.com/assert-rs/trycmd) from 0.14.11 to 0.14.12.
- [Release notes](https://github.com/assert-rs/trycmd/releases)
- [Changelog](https://github.com/assert-rs/trycmd/blob/main/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/trycmd/compare/v0.14.11...v0.14.12)

---
updated-dependencies:
- dependency-name: trycmd
  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] 2023-02-20 16:15:10 +00:00 committed by GitHub
parent f4eeb1e575
commit cbd0e522bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View File

@ -908,9 +908,9 @@ checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"
[[package]]
name = "snapbox"
version = "0.4.4"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34eced5a65e76d5a00047986a83c65f80dc666faa27b5138f331659e2ca6bcf5"
checksum = "09c20d8ee8713199cfd44148b70e47cb94f3e8dc538d727d31788f49e67b623e"
dependencies = [
"concolor",
"content_inspector",
@ -924,7 +924,7 @@ dependencies = [
"tempfile",
"wait-timeout",
"walkdir",
"windows-sys 0.42.0",
"windows-sys 0.45.0",
"yansi",
]
@ -1065,9 +1065,9 @@ dependencies = [
[[package]]
name = "trycmd"
version = "0.14.11"
version = "0.14.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "522dcafb4bf113bcf83e4f47a0499ea1f6798877439e6a0e96cf087a2abe97dc"
checksum = "0347dec81354ddf3c73854d933983ca71f016f1b02c9acc2039dbe3092464f81"
dependencies = [
"glob",
"humantime",

View File

@ -36,7 +36,7 @@ clap_mangen = "0.2.8"
[dev-dependencies]
assert_cmd = "2.0.8"
nu-glob = "0.75.0"
trycmd = "0.14.11"
trycmd = "0.14.12"
[profile.release]
lto = true