mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Bump assert_cmd from 2.0.13 to 2.0.14 (#1995)
This commit is contained in:
parent
abbdad1856
commit
78d8bdc2d5
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -147,9 +147,9 @@ checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
|||
|
||||
[[package]]
|
||||
name = "assert_cmd"
|
||||
version = "2.0.13"
|
||||
version = "2.0.14"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "00ad3f3a942eee60335ab4342358c161ee296829e0d16ff42fc1d6cb07815467"
|
||||
checksum = "ed72493ac66d5804837f480ab3766c72bdfab91a65e565fc54fa9e42db0073a8"
|
||||
dependencies = [
|
||||
"anstyle",
|
||||
"bstr",
|
||||
|
|
|
@ -79,7 +79,7 @@ mimalloc = "0.1.39"
|
|||
tikv-jemallocator = "0.5.4"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_cmd = { version = "2.0.12" }
|
||||
assert_cmd = { version = "2.0.14" }
|
||||
assert_fs = { version = "1.1.0" }
|
||||
filetime = { version = "0.2.23" }
|
||||
indoc = { version = "2.0.4" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue