Skip to content

Commit 0172df1

Browse files
Bump libc from 0.2.175 to 0.2.176 (#910)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35bc540 commit 0172df1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ gdbstub_arch = { version = "0.3.2", optional = true }
2626
goblin = { version = "0.10", default-features = false, features = ["std", "elf32", "elf64", "endian_fd"] }
2727
rand = { version = "0.9" }
2828
cfg-if = { version = "1.0.3" }
29-
libc = { version = "0.2.175" }
29+
libc = { version = "0.2.176" }
3030
flatbuffers = "25.2.10"
3131
framehop = { version = "0.15.0", optional = true }
3232
fallible-iterator = { version = "0.3.0", optional = true }

0 commit comments

Comments
 (0)