Skip to content

Commit 2313eb9

Browse files
drganjooFahad Zubair
andauthored
Bump serial_test dependency to 3.1.1 (#3740)
`serial_test = "1.0.0"` has a bug where it sometimes does not honor the `#[ignore]` attribute on a test. This PR bumps the dependency to version `3.1.1`. Co-authored-by: Fahad Zubair <fahadzub@amazon.com>
1 parent 4c30f00 commit 2313eb9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/pokemon-service-tls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pokemon-service-common = { path = "../pokemon-service-common/" }
2525

2626
[dev-dependencies]
2727
assert_cmd = "2.0"
28-
serial_test = "1.0.0"
28+
serial_test = "3.1.1"
2929

3030
# These dependencies are only required for testing the `pokemon-service-tls` program.
3131
hyper-rustls = { version = "0.24", features = ["http2"] }

examples/pokemon-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pokemon-service-common = { path = "../pokemon-service-common/" }
2323
assert_cmd = "2.0"
2424
async-stream = "0.3"
2525
rand = "0.8.5"
26-
serial_test = "1.0.0"
26+
serial_test = "3.1.1"
2727

2828
# We use hyper client in tests
2929
hyper = { version = "0.14.26", features = ["server", "client"] }

examples/python/pokemon-service-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rand = "0.8"
1111
async-stream = "0.3"
1212
command-group = "2.1.0"
1313
tokio = { version = "1.20.1", features = ["full"] }
14-
serial_test = "2.0.0"
14+
serial_test = "3.1.1"
1515
rustls-pemfile = "1.0.1"
1616
tokio-rustls = "0.24.0"
1717
hyper-rustls = { version = "0.24", features = ["http2"] }

0 commit comments

Comments
 (0)