Skip to content

Commit f4c98ff

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

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ lto = true
6868
bitflags = "2.2"
6969
bytemuck = { version = "1", features = ["extern_crate_std", "derive"], optional = true }
7070
itertools = "0.14"
71-
libc = "0.2.178"
71+
libc = "0.2.180"
7272
memchr = "2"
7373
# MSRV(1.80): Use LazyLock.
7474
# MSRV(1.65): Update to once_cell >= 1.21.

contrib/fake-enosys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ edition = "2021"
1818
anyhow = "1"
1919
bpfvm = "0.1"
2020
clap = { version = "4", features = ["string"] }
21-
libc = "0.2.178"
21+
libc = "0.2.180"
2222
rustix = { version = "1", features = ["process", "thread", "fs"] }
2323
syscalls = "0.7"
2424

e2e-tests/cmd/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ edition = "2021"
1818
anyhow = "1"
1919
clap = { version = "4", features = ["string"] }
2020
errno = "0.3"
21-
libc = "0.2.178"
21+
libc = "0.2.180"
2222
rustix = { version = "1", features = ["fs"] }
2323

2424
pathrs = { path = "../../.." }

0 commit comments

Comments
 (0)