chore(deps): update rust crate rstest to 0.22.0

This commit is contained in:
renovate[bot] 2024-08-04 19:13:21 +00:00 committed by GitHub
parent 23fd74beb7
commit a1549cedfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View file

@ -1961,9 +1961,9 @@ checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316"
[[package]]
name = "rstest"
version = "0.21.0"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9afd55a67069d6e434a95161415f5beeada95a01c7b815508a82dcb0e1593682"
checksum = "7b423f0e62bdd61734b67cd21ff50871dfaeb9cc74f869dcd6af974fbcb19936"
dependencies = [
"futures",
"futures-timer",
@ -1973,9 +1973,9 @@ dependencies = [
[[package]]
name = "rstest_macros"
version = "0.21.0"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4165dfae59a39dd41d8dec720d3cbfbc71f69744efb480a3920f5d4e0cc6798d"
checksum = "c5e1711e7d14f74b12a58411c542185ef7fb7f2e7f8ee6e2940a883628522b42"
dependencies = [
"cfg-if",
"glob",
@ -3656,7 +3656,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.48.0",
"windows-sys 0.52.0",
]
[[package]]

View file

@ -322,7 +322,7 @@ rand_core = "0.6.4"
rayon = "1.10"
redox_syscall = "0.5.1"
regex = "1.10.4"
rstest = "0.21.0"
rstest = "0.22.0"
rust-ini = "0.21.0"
same-file = "1.0.6"
self_cell = "1.0.4"