Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 26, 2024
1 parent ed0a914 commit 227c637
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 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 @@ -39,7 +39,7 @@ serde_json = { version = "1.0.117", features = ["preserve_order"] }
serde_yaml = "0.9.34"
strum = { version = "0.26.2", features = ["derive"] }
syn = {version = "2.0.63", features = ["full"]}
tempfile = "3.10.1"
tempfile = "3.14.0"
thiserror = "1.0.60"
tokio = { version = "1.40.0", features = ["full"] }
uriparse = "0.6.4"
Expand Down

0 comments on commit 227c637

Please sign in to comment.