Skip to content

Commit 7a336b5

Browse files
dependabot[bot]bilelmoussaoui
authored andcommitted
build(deps): bump serial_test from 3.3.1 to 3.4.0
Bumps [serial_test](https://github.com/palfrey/serial_test) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](palfrey/serial_test@v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: serial_test dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fca7100 commit 7a336b5

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ zvariant.workspace = true
5050
zeroize.workspace = true
5151

5252
[dev-dependencies]
53-
serial_test = "3.3"
53+
serial_test = "3.4"
5454
tempfile.workspace = true
5555
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "time"] }
5656
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ plasma_openssl_crypto = [
5858

5959
[dev-dependencies]
6060
rustix = { version = "1.1", default-features = false, features = ["net"] }
61-
serial_test = "3.3"
61+
serial_test = "3.4"
6262
tempfile.workspace = true

0 commit comments

Comments
 (0)