Skip to content

Commit 451ec83

Browse files
build(deps): bump libc (#3933)
Bumps the dependencies group with 1 update in the /rust directory: [libc](https://github.com/rust-lang/libc). Updates `libc` from 0.2.183 to 0.2.184 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.184/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.183...0.2.184) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.184 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0c870f6 commit 451ec83

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

rust/Cargo.lock

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

rust/echo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ once_cell = { version = "^1.21.4", optional = true }
4141
toolshed-test = { path = "../test", optional = true }
4242

4343
[dev-dependencies]
44-
libc = "^0.2.183"
44+
libc = "^0.2.184"
4545
mio = "^1.2.0"
4646
mockall = "^0.14.0"
4747
scopeguard = "^1.2.0"

rust/runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ toolshed-test = { path = "../test", optional = true }
2424

2525
[dev-dependencies]
2626
assert_matches = "^1.5"
27-
libc = "^0.2.183"
27+
libc = "^0.2.184"
2828
mockall = { version = "^0.14.0" }
2929
mockall_double = "^0.3"
3030
scopeguard = "^1.2"

0 commit comments

Comments
 (0)