From bc9f72ded3b20cf81522c95a3a1dada25d974db8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 02:52:10 +0000 Subject: [PATCH] Bump strum from 0.26.3 to 0.27.0 Bumps [strum](https://github.com/Peternator7/strum) from 0.26.3 to 0.27.0. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/compare/v0.26.3...v0.27.0) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- core/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 601293b1..c1ef5888 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4369,18 +4369,18 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "strum" -version = "0.26.3" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" +checksum = "ce1475c515a4f03a8a7129bb5228b81a781a86cb0b3fbbc19e1c556d491a401f" dependencies = [ "strum_macros", ] [[package]] name = "strum_macros" -version = "0.26.4" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" +checksum = "9688894b43459159c82bfa5a5fa0435c19cbe3c9b427fa1dd7b1ce0c279b18a7" dependencies = [ "heck 0.5.0", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index c6799b2b..e82e7019 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ glycin = { version = "2.0.2", features = ["gdk4"] } futures = "0.3.31" chrono = "0.4.38" anyhow = "1.0.95" -strum = { version = "0.26.2", features = ["derive"] } +strum = { version = "0.27.0", features = ["derive"] } i18n-embed = { version = "0.15.0", features = ["fluent-system", "filesystem-assets", "desktop-requester"] } rust-embed = "8.5.0" i18n-embed-fl = "0.9.2" diff --git a/core/Cargo.toml b/core/Cargo.toml index e89abbca..c456d5ae 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -26,7 +26,7 @@ refinery = { version = "0.8.14", features = ["rusqlite"] } rusqlite = { version = "0.31.0", features = ["bundled", "chrono"] } rust-faces = {git = "https://github.com/blissd/fotema-rust-faces.git", tag = "v1.0.0", features = ["viz"]} sm_motion_photo = "0.1.5" -strum = { version = "0.26.2", features = ["derive"] } +strum = { version = "0.27.0", features = ["derive"] } tempfile = "3.16.0" tracing = "0.1.41" walkdir = "2.5.0"