Skip to content

Commit 4253c39

Browse files
authored
Merge branch 'main' into fixdocs
2 parents f4f375b + 7e37d2c commit 4253c39

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 6 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ crossbeam-channel = "0.5.14"
4545
thiserror = "2.0.7"
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,20 +74,20 @@ 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"
8989
hyperlight-testing = { workspace = true }
90-
env_logger = "0.11.5"
90+
env_logger = "0.11.6"
9191
tracing-forest = { version = "0.1.6", features = ["uuid", "chrono", "smallvec", "serde", "env-filter"] }
9292
tracing = "0.1.41"
9393
tracing-subscriber = {version = "0.3.19", features = ["std", "env-filter"]}

0 commit comments

Comments
 (0)