Skip to content

Commit 6d66eb6

Browse files
authored
Merge branch 'main' into dependabot/cargo/thiserror-2.0.10
2 parents 5778fbf + 7e37d2c commit 6d66eb6

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 4 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ crossbeam-channel = "0.5.14"
4545
thiserror = "2.0.10"
4646
prometheus = "0.13.3"
4747
strum = { version = "0.26", features = ["derive"] }
48-
tempfile = { version = "3.10", optional = true }
48+
tempfile = { version = "3.15", optional = true }
4949
serde_yaml = "0.9"
5050
anyhow = "1.0"
5151

@@ -74,15 +74,15 @@ seccompiler = { version = "0.4.0", optional = true }
7474
mshv-bindings = { workspace = true, optional = true }
7575
mshv-ioctls = { workspace = true, optional = true }
7676
kvm-bindings = { version = "0.10.0", features = ["fam-wrappers"], optional = true }
77-
kvm-ioctls = { version = "0.19.0", optional = true }
77+
kvm-ioctls = { version = "0.19.1", optional = true }
7878

7979
[dev-dependencies]
8080
uuid = { version = "1.4.1", features = ["v4"] }
8181
signal-hook-registry = "1.4.1"
8282
envy = { version = "0.4.2" }
8383
serde = "1.0"
8484
proptest = "1.2.0"
85-
tempfile = "3.8.0"
85+
tempfile = "3.15.0"
8686
crossbeam-queue = "0.3.12"
8787
tracing-serde = "0.2.0"
8888
serial_test = "3.1.1"

0 commit comments

Comments
 (0)