From cc709d4b83ea843258b2e54d97e7de16fd2ae7c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 10:26:47 +0100 Subject: [PATCH] fix(deps): update rust crate strum_macros to 0.26.2 (#86) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca0dcc00..9b2eea6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1764,9 +1764,9 @@ dependencies = [ [[package]] name = "strum_macros" -version = "0.26.1" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a3417fc93d76740d974a01654a09777cb500428cc874ca9f45edfe0c4d4cd18" +checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946" dependencies = [ "heck", "proc-macro2", diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index e064c4f0..7556bc9f 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -46,7 +46,7 @@ serde = "1.0.197" serde_derive = "1.0.197" serde_json = "1.0.114" strum = { version = "0.26.2", features = ["derive"] } -strum_macros = "0.26.1" +strum_macros = "0.26.2" tabled = "0.15.0" thiserror = "1.0.57" toml = { version = "0.8.10", features = ["indexmap", "preserve_order"] }