Skip to content

Commit 25de8f3

Browse files
Bump tempfile from 3.17.1 to 3.18.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.17.1 to 3.18.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.17.1...v3.18.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dbea940 commit 25de8f3

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

Cargo.lock

Lines changed: 30 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rusqlite = { version = "0.33.0", features = ["bundled", "chrono"] }
2727
rust-faces = {git = "https://github.com/blissd/fotema-rust-faces.git", tag = "v1.0.0", features = ["viz"]}
2828
sm_motion_photo = "0.1.5"
2929
strum = { version = "0.27.0", features = ["derive"] }
30-
tempfile = "3.16.0"
30+
tempfile = "3.18.0"
3131
tracing = "0.1.41"
3232
walkdir = "2.5.0"
3333
opencv = {version = "0.94.2", default-features = false, features = ["clang-runtime", "objdetect", "imgcodecs", "dnn"]}

0 commit comments

Comments
 (0)