From 15c714040f9dbf3691184d3d393fd98bfea59931 Mon Sep 17 00:00:00 2001 From: klensy Date: Sat, 25 Nov 2023 12:36:39 +0300 Subject: [PATCH] chore: remove dependency on strum (as unused) and bump strum_macros to 0.25 to switch dependency of syn from 1.* to 2.* version. --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2944082..1af1606 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,8 +29,7 @@ log = "0.4" uuid = { version = "1", features = ["v4"] } chrono = { version = "0.4", default-features = false, features = ["clock", "serde"] } thiserror = "1" -strum = "0.24" -strum_macros = "0.24" +strum_macros = "0.25" spdx-expression = "0.5.2" nom = "7"