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 15, 2025
1 parent 8c19778 commit 7ac67ac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 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 backends/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ syn = { version = "2.0", features = ["extra-traits", "full", "visit"] }

[dev-dependencies]
curl = "0.4"
tempfile = "3.14"
tempfile = "3.15"

[build-dependencies]
heck = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sha2 = "0.10"
strum = "0.26"
strum_macros = "0.26"
subprocess = "0.2"
tempfile = "3.14"
tempfile = "3.15"
toml = "0.8"

[target.'cfg(unix)'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion necessist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ regex = "1.11"
serde = "1.0"
serde-untagged = "0.1"
similar-asserts = "1.6"
tempfile = "3.14"
tempfile = "3.15"
toml = "0.8"
trycmd = "0.15"
walkdir = "2.5"
Expand Down

0 comments on commit 7ac67ac

Please sign in to comment.