Skip to content

Commit 1732dce

Browse files
committed
Merge remote-tracking branch 'hl-origin/main' into adamperlin/panic-remove-allocations
Signed-off-by: adamperlin <[email protected]>
2 parents 12f46ba + ace32b1 commit 1732dce

File tree

2 files changed

+4
-4
lines changed

2 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ anyhow = "1.0"
4848
metrics = "0.24.2"
4949
serde_json = "1.0"
5050
elfcore = "2.0"
51-
uuid = { version = "1.18.0", features = ["v4"] }
51+
uuid = { version = "1.18.1", features = ["v4"] }
5252

5353
[target.'cfg(windows)'.dependencies]
5454
windows = { version = "0.61", features = [
@@ -82,7 +82,7 @@ mshv-bindings3 = { package="mshv-bindings", version = "=0.3.2", optional = true
8282
mshv-ioctls3 = { package="mshv-ioctls", version = "=0.3.2", optional = true}
8383

8484
[dev-dependencies]
85-
uuid = { version = "1.18.0", features = ["v4"] }
85+
uuid = { version = "1.18.1", features = ["v4"] }
8686
signal-hook-registry = "1.4.6"
8787
envy = { version = "0.4.2" }
8888
serde = "1.0"

0 commit comments

Comments
 (0)