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

Commit

Permalink
fix(deps): update strum crates (#133)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent dc24e20 commit 51e2cb1
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
Expand Up @@ -49,8 +49,8 @@ serde_json = "1.0.128"
serde-this-or-that = "0.4.2"
serde_with = "3.11.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.40.0", features = ["full"] }
utoipa = { version = "4.2.0", features = ["actix_extras"] }
Expand Down

0 comments on commit 51e2cb1

Please sign in to comment.