Skip to content

Commit

Permalink
chore(deps): bump tempfile in the minor-patches group
Browse files Browse the repository at this point in the history
Bumps the minor-patches group with 1 update: [tempfile](https://github.com/Stebalien/tempfile).


Updates `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
  dependency-group: minor-patches
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 04a8d76 commit 4be4ef8
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 crates/applesauce/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ crossbeam-channel = "0.5.13"
libc = "0.2.155"
memchr = "2.7"
oneshot = "0.1.8"
tempfile = "3.10.1"
tempfile = "3.15.0"
tracing = "0.1.40"

jwalk = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion crates/resource-fork/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ harness = false
libc = "0.2"

[dev-dependencies]
tempfile = "3.10.1"
tempfile = "3.15.0"
criterion = { version = "0.5.1", features = ["html_reports"] }

0 comments on commit 4be4ef8

Please sign in to comment.