Skip to content

Commit 002d9f3

Browse files
Bump libc from 0.2.172 to 0.2.173 (#628)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.172 to 0.2.173. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.173/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.172...0.2.173) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.173 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4633add commit 002d9f3

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
@@ -24,7 +24,7 @@ workspace = true
2424
goblin = { version = "0.10" }
2525
rand = { version = "0.9" }
2626
cfg-if = { version = "1.0.1" }
27-
libc = { version = "0.2.172" }
27+
libc = { version = "0.2.173" }
2828
flatbuffers = "25.2.10"
2929
page_size = "0.6.0"
3030
termcolor = "1.2.0"

0 commit comments

Comments
 (0)