Skip to content

Commit

Permalink
chore(deps): bump tempfile from 3.8.0 to 3.9.0 (#67)
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.0 to 3.9.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.8.0...v3.9.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 Apr 4, 2024
1 parent 22fc67f commit b3226ab
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 29 deletions.
120 changes: 92 additions & 28 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 @@ -17,7 +17,7 @@ pgp = "0.10.2"
rand = "0.8.5"
rusqlite = { version = "0.29.0", features = ["backup"] }
simple_logger = "4.2.0"
tempfile = "3.8.0"
tempfile = "3.9.0"
time = { version = "0.3.30", features = ["formatting"] }
tokio = { version = "1.35.1", features = ["full"] }
uuid = { version = "1.5.0", features = ["v4"] }
Expand Down

0 comments on commit b3226ab

Please sign in to comment.