From caaed3b7663ee8b20aa169e1fb156163824fe4c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 05:04:48 +0000 Subject: [PATCH] build(deps): bump strum from 0.25.0 to 0.27.2 Bumps [strum](https://github.com/Peternator7/strum) from 0.25.0 to 0.27.2. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits/v0.27.2) --- updated-dependencies: - dependency-name: strum dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- plugins/websearch/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2251114..ec605cd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2643,9 +2643,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "strum" -version = "0.25.0" +version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" +checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" [[package]] name = "strum_macros" diff --git a/plugins/websearch/Cargo.toml b/plugins/websearch/Cargo.toml index 1de46438..561f4c5a 100644 --- a/plugins/websearch/Cargo.toml +++ b/plugins/websearch/Cargo.toml @@ -11,6 +11,6 @@ abi_stable = "0.11.1" anyrun-plugin = { path = "../../anyrun-plugin" } ron = "0.8.0" serde = { features = [ "derive" ], version = "1.0.228" } -strum = "0.25.0" +strum = "0.27.2" strum_macros = "0.25.1" urlencoding = "2.1.3"