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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 40880f0 commit ac1618c
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env_logger = { version = "0.11.6" }
simple-error = "0.3.1"
anyhow = "1.0.95"
zip = { version = "2.0", default-features = false }
tempfile = "3.14"
tempfile = "3.15"
needletail = "0.5.1"
csv = "1.3.1"
camino = "1.1.9"
Expand All @@ -35,7 +35,7 @@ getset = "0.1"
assert_cmd = "2.0.16"
assert_matches = "1.5.0"
predicates = "3.1.3"
tempfile = "3.14.0"
tempfile = "3.15.0"

[profile.release]
#target-cpu=native
Expand Down

0 comments on commit ac1618c

Please sign in to comment.