Skip to content

Commit a0f1c17

Browse files
Bump libc from 0.2.169 to 0.2.170 (#1376)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.169 to 0.2.170. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.170/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.169...0.2.170) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d3d580a commit a0f1c17

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazelfe-bazel-wrapper/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ serde = { version = "1.0.218", features = ["derive"] }
2626
thiserror = "2.0.11"
2727
fork = { version = "0.2.0", optional = true }
2828
stdio-override = { version = "0.1.3", optional = true }
29-
libc = "0.2.169"
29+
libc = "0.2.170"
3030
crossbeam-channel = { version = "0.5.14", optional = true }
3131
notify = { version = "8.0.0", optional = true }
3232
tokio-serde = { version = "0.9.0", features = ["bincode"], optional = true }

bazelfe-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ thiserror = "2.0.11"
7373
fork = { version = "0.2.0", optional = true }
7474
serde_json = "1.0.139"
7575
stdio-override = { version = "0.1.3", optional = true }
76-
libc = "0.2.169"
76+
libc = "0.2.170"
7777
crossbeam-channel = { version = "0.5.14", optional = true }
7878
notify = { version = "8.0.0", optional = true }
7979
tokio-serde = { version = "0.9.0", features = ["bincode"], optional = true }

bzl-remote-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ serde = { version = "1.0.218", features = ["derive"] }
3737
serde_derive = "1.0.152"
3838
toml = "0.8.20"
3939
thiserror = "2.0.11"
40-
libc = "0.2.169"
40+
libc = "0.2.170"
4141
crossbeam-channel = { version = "0.5.14" }
4242
tokio-util = { version = "0.7.13", features = ["compat"] }
4343
sha2 = "0.10.8"

0 commit comments

Comments
 (0)