Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent 2d11692 commit fd64272
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 fd64272

Please sign in to comment.