Skip to content

Commit

Permalink
chore(deps): update rust crate strum to 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2024
1 parent b06db87 commit 9668029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT"
clap = { version = "4.5", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
chrono= { version = "0.4.34", features = ["serde"] }
strum = { version = "0.25" }
strum = { version = "0.26" }
strum_macros = { version = "0.25" }

[dependencies.polars]
Expand Down

0 comments on commit 9668029

Please sign in to comment.