Skip to content

Commit 22fb8e8

Browse files
dependabot[bot]Copilot
authored andcommitted
build(deps): bump the dependencies group across 1 directory with 4 updates
Bumps the dependencies group with 4 updates in the /rust directory: [tokio](https://github.com/tokio-rs/tokio), [serial_test](https://github.com/palfrey/serial_test), [libc](https://github.com/rust-lang/libc) and [tokio-test](https://github.com/tokio-rs/tokio). Updates `tokio` from 1.48.0 to 1.49.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.49.0) Updates `serial_test` from 3.2.0 to 3.3.1 - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](palfrey/serial_test@v3.2.0...v3.3.1) Updates `libc` from 0.2.178 to 0.2.179 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/main/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.178...0.2.179) Updates `tokio-test` from 0.4.4 to 0.4.5 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-test-0.4.4...tokio-test-0.4.5) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: serial_test dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: libc dependency-version: 0.2.179 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tokio-test dependency-version: 0.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 08aad7d commit 22fb8e8

File tree

5 files changed

+19
-42
lines changed

5 files changed

+19
-42
lines changed

rust/Cargo.lock

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

rust/core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ anyhow = "^1.0.97"
88
as-any = "^0.3.2"
99
indexmap = { version = "^2.8.0", features = ["serde"] }
1010
serde = { version = "^1.0.219", features = ["derive"] }
11-
tokio = "1.44.1"
11+
tokio = "1.49.0"
1212

1313
[dev-dependencies]
14-
serial_test = "^3.2.0"
14+
serial_test = "^3.3.1"
1515
serde_json = "^1.0.148"
1616

1717
[lib]

rust/echo/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ once_cell = { version = "^1.21.1", optional = true }
4141
toolshed-test = { path = "../test", optional = true }
4242

4343
[dev-dependencies]
44-
libc = "^0.2.171"
44+
libc = "^0.2.179"
4545
mio = "^1.0.3"
4646
mockall = "^0.14.0"
4747
scopeguard = "^1.2.0"
48-
serial_test = "^3.2.0"
48+
serial_test = "^3.3.1"
4949
toolshed_runner = { path = "../runner", features = ["test"] }

rust/runner/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ toolshed-test = { path = "../test", optional = true }
2424

2525
[dev-dependencies]
2626
assert_matches = "^1.5"
27-
libc = "^0.2.171"
27+
libc = "^0.2.179"
2828
mockall = { version = "^0.14.0" }
2929
mockall_double = "^0.3"
3030
scopeguard = "^1.2"
31-
serial_test = "^3.2.0"
31+
serial_test = "^3.3.1"
3232
tokio-test = "^0.4"
3333

3434
[lib]

rust/test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ log = "^0.4"
1212
once_cell = { version = "^1.21" }
1313

1414
[dev-dependencies]
15-
serial_test = "^3.2.0"
15+
serial_test = "^3.3.1"
1616
scopeguard = "^1.2"
1717

1818
[lib]

0 commit comments

Comments
 (0)