Skip to content

Commit

Permalink
chore: remove dependency on strum (as unused) and bump strum_macros t…
Browse files Browse the repository at this point in the history
…o 0.25

to switch dependency of syn from 1.* to 2.* version.
  • Loading branch information
klensy authored and mmurto committed Nov 27, 2023
1 parent 430ae1f commit 15c7140
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 15c7140

Please sign in to comment.