From 84541e065b457ec8353d735a9fd802b43a5cd7d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 06:25:03 +0000 Subject: [PATCH] Update strum requirement from 0.26 to 0.27 in /crates/lib Updates the requirements on [strum](https://github.com/Peternator7/strum) to permit the latest version. - [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.1...v0.27.0) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 10693b223..74c583b0c 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -18,7 +18,7 @@ serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.9" tokio = { version = "1.43", features = ["full", "rt-multi-thread"] } tokio-stream = "0.1" -strum = "0.26" +strum = "0.27" strum_macros = "0.26" rusqlite = "0.32.1" regex = "1.11.1"