Skip to content

Commit de25f36

Browse files
Bump tempfile from 3.26.0 to 3.27.0 (#1299)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.26.0 to 3.27.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.26.0...v3.27.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e7a20a2 commit de25f36

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.26.0"
89+
tempfile = "3.27.0"
9090
crossbeam-queue = "0.3.12"
9191
tracing-serde = "0.2.0"
9292
serial_test = "3.4.0"

0 commit comments

Comments
 (0)