Skip to content

Commit

Permalink
Bump tempfile from 3.15.0 to 3.16.0 (#219)
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.15.0 to 3.16.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.15.0...v3.16.0)

---
updated-dependencies:
- dependency-name: tempfile
  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>
  • Loading branch information
dependabot[bot] authored Jan 30, 2025
1 parent 9fa91ae commit 94cd247
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 10 deletions.
46 changes: 38 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/hyperlight_host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ crossbeam-channel = "0.5.14"
thiserror = "2.0.11"
prometheus = "0.13.3"
strum = { version = "0.26", features = ["derive"] }
tempfile = { version = "3.15", optional = true }
tempfile = { version = "3.16", optional = true }
serde_yaml = "0.9"
anyhow = "1.0"

Expand Down Expand Up @@ -85,7 +85,7 @@ signal-hook-registry = "1.4.1"
envy = { version = "0.4.2" }
serde = "1.0"
proptest = "1.6.0"
tempfile = "3.15.0"
tempfile = "3.16.0"
crossbeam-queue = "0.3.12"
tracing-serde = "0.2.0"
serial_test = "3.1.1"
Expand Down

0 comments on commit 94cd247

Please sign in to comment.