Skip to content

Commit

Permalink
fix(deps): update rust crate strum to 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent e1f9d2f commit 9d54bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ itertools = "0.14" # swee
rayon = "1.10" # for iterator parallel processing
ambassador = "0.4.1" # for trait delegation
derive_builder = "0.20" # for builder pattern
strum = { version = "0.26", features = ["derive"] } # for enum string conversion
strum = { version = "0.27", features = ["derive"] } # for enum string conversion
atomic_enum = "0.3.0" # for atomic enum
enumflags2 = "0.7" # for enum flags
backon = { version = "1.0.1", features = ["tokio-sleep"] } # for backoff retry
Expand Down

0 comments on commit 9d54bf9

Please sign in to comment.