Skip to content
This repository has been archived by the owner on Dec 9, 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 strum crates
Browse files Browse the repository at this point in the history
renovate[bot] authored Oct 6, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1b365b6 commit 75e63b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -49,8 +49,8 @@ serde_json = "1.0.128"
serde-this-or-that = "0.4.2"
serde_with = "3.9.0"
simple_logger = "4.3.3"
strum = { version = "0.26.2", features = ["derive"] }
strum_macros = "0.26.2"
strum = { version = "0.26.3", features = ["derive"] }
strum_macros = "0.26.4"
thiserror = "1.0.64"
tokio = { version = "1.37.0", features = ["full"] }
utoipa = { version = "4.2.0", features = ["actix_extras"] }

0 comments on commit 75e63b5

Please sign in to comment.