Skip to content

Commit 86acbeb

Browse files
build(deps): bump libc from 0.2.175 to 0.2.176
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.175 to 0.2.176. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.176/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.175...0.2.176) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.176 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ff33d42 commit 86acbeb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

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

conmon-rs/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ conmon-common = { path = "../common" }
1919
futures = { version = "0.3.31", default-features = false, features = ["executor"] }
2020
getset = { version = "0.1.6", default-features = false }
2121
lazy_static = { version = "1.5.0", default-features = false }
22-
libc = { version = "0.2.175", default-features = false }
22+
libc = { version = "0.2.176", default-features = false }
2323
libsystemd = { version = "0.7.2", default-features = false }
2424
linereader = { version = "0.4.0", default-features = false }
2525
memchr = { version = "2.7.6", default-features = false }

0 commit comments

Comments
 (0)