Skip to content

Commit 394f8e3

Browse files
Bump tempfile from 3.24.0 to 3.25.0 (#1224)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.24.0 to 3.25.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9850281 commit 394f8e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
@@ -86,7 +86,7 @@ signal-hook-registry = "1.4.8"
8686
serde = "1.0"
8787
iced-x86 = { version = "1.21", default-features = false, features = ["std", "code_asm"] }
8888
proptest = "1.10.0"
89-
tempfile = "3.24.0"
89+
tempfile = "3.25.0"
9090
crossbeam-queue = "0.3.12"
9191
tracing-serde = "0.2.0"
9292
serial_test = "3.3.1"

0 commit comments

Comments
 (0)