1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Merge pull request #6206 from uutils/renovate/rstest-0.x

chore(deps): update rust crate rstest to 0.19.0
This commit is contained in:
Daniel Hofstetter 2024-04-09 16:01:23 +02:00 committed by GitHub
commit 43dd557cae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -1746,9 +1746,9 @@ checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316"
[[package]]
name = "rstest"
version = "0.18.2"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97eeab2f3c0a199bc4be135c36c924b6590b88c377d416494288c14f2db30199"
checksum = "9d5316d2a1479eeef1ea21e7f9ddc67c191d497abc8fc3ba2467857abbb68330"
dependencies = [
"futures",
"futures-timer",
@ -1758,9 +1758,9 @@ dependencies = [
[[package]]
name = "rstest_macros"
version = "0.18.2"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d428f8247852f894ee1be110b375111b586d4fa431f6c46e64ba5a0dcccbe605"
checksum = "04a9df72cc1f67020b0d63ad9bfe4a323e459ea7eb68e03bd9824db49f9a4c25"
dependencies = [
"cfg-if",
"glob",

View file

@ -312,7 +312,7 @@ rand_core = "0.6"
rayon = "1.10"
redox_syscall = "0.5"
regex = "1.10.4"
rstest = "0.18.2"
rstest = "0.19.0"
rust-ini = "0.19.0"
same-file = "1.0.6"
self_cell = "1.0.3"