Skip to content

Commit

Permalink
Bump tempfile from 3.14.0 to 3.15.0 (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent dfacd20 commit 085b0a7
Show file tree
Hide file tree
Showing 3 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.

2 changes: 1 addition & 1 deletion integration/sheepdog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
anyhow = "1.0"
escargot = "0.5.13"
shared = { path = "../shared" }
tempfile = "3.13"
tempfile = "3.15"
tokio = { version = "1.41", features = [
"rt",
"macros",
Expand Down
2 changes: 1 addition & 1 deletion lading/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ procfs = { version = "0.17", default-features = false, features = [] }
async-pidfd = "0.1"

[dev-dependencies]
tempfile = "3.13"
tempfile = "3.15"
warp = "0.3"
proptest = "1.6"

Expand Down

0 comments on commit 085b0a7

Please sign in to comment.