Skip to content

Commit 9e84f80

Browse files
Bump libc from 0.2.172 to 0.2.173 (#68)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb8e1b4 commit 9e84f80

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_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ test = true
3232

3333
[dependencies]
3434
hyperlight-host = { workspace = true }
35-
libc = { version = "0.2.172" }
35+
libc = { version = "0.2.173" }
3636
once_cell = "1.21.3"
3737
tracing = "0.1.27"
3838
log = "0.4.27"

0 commit comments

Comments
 (0)