Skip to content

Commit

Permalink
Bump tempfile from 3.14.0 to 3.15.0 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent c9129d8 commit 7e37d2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 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.7"
prometheus = "0.13.3"
strum = { version = "0.26", features = ["derive"] }
tempfile = { version = "3.10", optional = true }
tempfile = { version = "3.15", optional = true }
serde_yaml = "0.9"
anyhow = "1.0"

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

0 comments on commit 7e37d2c

Please sign in to comment.