Skip to content

Commit 9895f34

Browse files
Bump once_cell from 1.20.2 to 1.20.3 (#248)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.20.2 to 1.20.3. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.20.2...v1.20.3) --- 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 f9c4416 commit 9895f34

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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
@@ -34,7 +34,7 @@ lazy_static = "1.4.0"
3434
serde = { version = "1.0", features = ["derive"] }
3535
serde_json = "1.0"
3636
log = "0.4.25"
37-
once_cell = { version = "1.18.0" }
37+
once_cell = { version = "1.20.3" }
3838
tracing = { version = "0.1.41", features = ["log"] }
3939
tracing-log = "0.2.0"
4040
tracing-core = "0.1.33"

src/hyperlight_testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
[dependencies]
66
anyhow = "1.0.95"
77
log = "0.4"
8-
once_cell = "1.19"
8+
once_cell = "1.20"
99
tracing = { version = "0.1.41", features = ["log"] }
1010
tracing-log = "0.2.0"
1111
tracing-core = "0.1.33"

0 commit comments

Comments
 (0)