summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-08-04 19:13:21 +0000
committerGitHub <noreply@github.com>2024-08-04 19:13:21 +0000
commita1549cedfb16251856beed8d3b27598b7740754e (patch)
tree55f03e0968e677370a13268359ec6df8cc9c4a71
parent23fd74beb7cea078f9768a7dd5c4844496dcb518 (diff)
chore(deps): update rust crate rstest to 0.22.0renovate/rstest-0.x
-rw-r--r--Cargo.lock10
-rw-r--r--Cargo.toml2
2 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e122dafc58..5a12ee2d75 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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]]
diff --git a/Cargo.toml b/Cargo.toml
index 8cc7dd9b73..3219d50b26 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"