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
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent abc5228 commit b179459
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.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"] }
Expand Down

0 comments on commit b179459

Please sign in to comment.