Skip to content

Commit 93756a5

Browse files
Bump once_cell from 1.21.1 to 1.21.2 (#12)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.21.1 to 1.21.2. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.21.1...v1.21.2) --- updated-dependencies: - dependency-name: once_cell 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 cb27b14 commit 93756a5

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
@@ -33,7 +33,7 @@ test = true
3333
[dependencies]
3434
hyperlight-host = { workspace = true }
3535
libc = { version = "0.2.171" }
36-
once_cell = "1.21.1"
36+
once_cell = "1.21.2"
3737
strum = "0.27"
3838
tracing = "0.1.27"
3939
log = "0.4.27"

0 commit comments

Comments
 (0)