Skip to content

Commit

Permalink
Bump tempfile from 3.12.0 to 3.13.0
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.12.0 to 3.13.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.12.0...v3.13.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 Oct 4, 2024
1 parent d746e76 commit 372f3c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 crates/unavi-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ image = { version = "0.25.2", default-features = false, features = ["png"] }
reqwest.workspace = true
self_update = "0.41.0"
surrealdb = { workspace = true, features = ["kv-mem", "kv-surrealkv"] }
tempfile = "3.12.0"
tempfile = "3.13.0"
tokio.workspace = true
winit = { version = "0.30.5", default-features = false }
zip = { version = "2.2.0", default-features = false, features = ["deflate"] }
Expand Down

0 comments on commit 372f3c4

Please sign in to comment.