From 045d4d41916f9f09086e69023387c696e9ae9cc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:13:25 +0000 Subject: [PATCH] build(deps): bump strum_macros from 0.25.3 to 0.26.1 Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.25.3 to 0.26.1. - [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.26.1) --- updated-dependencies: - dependency-name: strum_macros dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 +++++++++++++++-- Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38d68c6..c8a08d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2459,7 +2459,7 @@ version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" dependencies = [ - "strum_macros", + "strum_macros 0.25.3", ] [[package]] @@ -2475,6 +2475,19 @@ dependencies = [ "syn 2.0.48", ] +[[package]] +name = "strum_macros" +version = "0.26.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a3417fc93d76740d974a01654a09777cb500428cc874ca9f45edfe0c4d4cd18" +dependencies = [ + "heck", + "proc-macro2", + "quote", + "rustversion", + "syn 2.0.48", +] + [[package]] name = "syn" version = "1.0.109" @@ -2968,7 +2981,7 @@ dependencies = [ "serde_with", "shellexpand", "strum", - "strum_macros", + "strum_macros 0.26.1", "tantivy", "temp_testdir", "tempdir", diff --git a/Cargo.toml b/Cargo.toml index e4b1419..e193884 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ serde_json = "1.0" serde_with = { version = "3.5", features=["alloc", "macros", "indexmap_2"], default-features = false } shellexpand = "3.0" strum = { version = "0.25", features = ["strum_macros", "derive"] } -strum_macros = "0.25" +strum_macros = "0.26" tantivy = "0.21.1" tempdir = "0.3.7" thiserror = "1.0"