mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-05 20:40:02 -08:00
fix: Upgrade stacker
Potentially fixes issues with flaky tests using stacker.
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2568,9 +2568,9 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "stacker"
|
name = "stacker"
|
||||||
version = "0.1.19"
|
version = "0.1.21"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d9156ebd5870ef293bfb43f91c7a74528d363ec0d424afe24160ed5a4343d08a"
|
checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ assert_tv = { version = "0.6.4" }
|
|||||||
base64 = { version = "0.22.1" }
|
base64 = { version = "0.22.1" }
|
||||||
serial_test = "3.2.0"
|
serial_test = "3.2.0"
|
||||||
tempfile = "3"
|
tempfile = "3"
|
||||||
stacker = "0.1.17"
|
stacker = "0.1.21"
|
||||||
libfuzzer-sys = "0.4"
|
libfuzzer-sys = "0.4"
|
||||||
test_bin = "0.4.0"
|
test_bin = "0.4.0"
|
||||||
criterion = "0.5.1"
|
criterion = "0.5.1"
|
||||||
|
|||||||
@@ -662,7 +662,7 @@ version = "0.9.8"
|
|||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
|
|
||||||
[[exemptions.stacker]]
|
[[exemptions.stacker]]
|
||||||
version = "0.1.19"
|
version = "0.1.21"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
|
|
||||||
[[exemptions.syn]]
|
[[exemptions.syn]]
|
||||||
|
|||||||
Reference in New Issue
Block a user