Skip to content

Commit 7e37d2c

Browse files
Bump tempfile from 3.14.0 to 3.15.0 (#131)
1 parent c9129d8 commit 7e37d2c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Diff for: Cargo.lock

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/hyperlight_host/Cargo.toml

+2-2
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

@@ -82,7 +82,7 @@ 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)