From 0b862e4d276e731aeb8484b6ddb6f547b85b0102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 09:29:35 +0000 Subject: [PATCH] build(deps): update strum requirement from 0.26 to 0.27 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3f9d4a6..c1644cb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ tungstenite = "0.26" url = "2" webbrowser = "1.0" ron = "0.8" -strum = "0.26" +strum = "0.27" strum_macros = "0.26" rdev = "0.5" # Test the main_display() function mouse_position = "0.1" # Test the location() function