Skip to content

Commit

Permalink
Bump tempfile from 3.9.0 to 3.10.0
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.9.0 to 3.10.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.9.0...v3.10.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 and smoelius committed Feb 17, 2024
1 parent d6eb513 commit 15db42d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 26 deletions.
34 changes: 9 additions & 25 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ proc-macro2 = { version = "1.0", features = ["span-locations"] }
quote = "1.0"
sedregex = "0.2"
syn = { version = "2.0", features = ["full", "visit"] }
tempfile = "3.9"
tempfile = "3.10"

[build-dependencies]
rustc_version = "0.4"
Expand Down

0 comments on commit 15db42d

Please sign in to comment.