mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-12-23 12:26:46 +00:00
build(deps): bump rstest from 0.25.0 to 0.26.1 (#1052)
This commit is contained in:
parent
7123150b63
commit
f31af061b9
2 changed files with 5 additions and 6 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
|
@ -4728,21 +4728,20 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rstest"
|
||||
version = "0.25.0"
|
||||
version = "0.26.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6fc39292f8613e913f7df8fa892b8944ceb47c247b78e1b1ae2f09e019be789d"
|
||||
checksum = "f5a3193c063baaa2a95a33f03035c8a72b83d97a54916055ba22d35ed3839d49"
|
||||
dependencies = [
|
||||
"futures-timer",
|
||||
"futures-util",
|
||||
"rstest_macros",
|
||||
"rustc_version",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rstest_macros"
|
||||
version = "0.25.0"
|
||||
version = "0.26.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1f168d99749d307be9de54d23fd226628d99768225ef08f6ffb52e0182a27746"
|
||||
checksum = "9c845311f0ff7951c5506121a9ad75aec44d083c31583b2ea5a30bcb0b0abba0"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"glob",
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ categories = ["network-programming"]
|
|||
# even for private dependencies.
|
||||
expect-test = "1"
|
||||
proptest = "1.4"
|
||||
rstest = "0.25"
|
||||
rstest = "0.26"
|
||||
|
||||
# Note: we are trying to move away from using these crates.
|
||||
# They are being kept around for now for legacy compatibility,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue