Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update rust crate strum to 0.25
Browse files Browse the repository at this point in the history
renovate[bot] authored Sep 19, 2023
1 parent 8956966 commit 270174b
Showing 2 changed files with 30 additions and 8 deletions.
36 changes: 29 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion c-domain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ derive-new.workspace = true
serde.workspace = true

async-trait = "0.1"
strum = { version = "0.24", features = ["derive"] }
strum = { version = "0.25", features = ["derive"] }
mockall = {version = "0.11", optional = true}

[dev-dependencies]

0 comments on commit 270174b

Please sign in to comment.