Skip to content

Commit

Permalink
build(deps): bump strum from 0.26.3 to 0.27.0
Browse files Browse the repository at this point in the history
Bumps [strum](https://github.com/Peternator7/strum) from 0.26.3 to 0.27.0.
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](Peternator7/strum@v0.26.3...v0.27.0)

---
updated-dependencies:
- dependency-name: strum
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent caa27a6 commit 5b672d4
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 10 deletions.
36 changes: 29 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde_json = { version = "1.0.138", features = ["preserve_order"] }
log = "0.4.25"
env_logger = "0.11.6"
chrono = "0.4.39"
strum = { version = "0.26.3", features = ["derive", "strum_macros"] }
strum = { version = "0.27.0", features = ["derive", "strum_macros"] }
indicatif = { version = "0.17.11", features = ["tokio"] }
tempfile = "3.16.0"
tokio-util = "0.7.13"
Expand Down
2 changes: 1 addition & 1 deletion crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde = { version = "1.0.217", features = ["derive"] }
serde_json = { version = "1.0.138", features = ["preserve_order"] }
chrono = { version = "0.4.39", features = ["serde"], optional = true }
itertools = "0.14.0"
strum = { version = "0.26.3", features = ["derive", "strum_macros"], optional = true }
strum = { version = "0.27.0", features = ["derive", "strum_macros"], optional = true }
fuzzydate = {version = "0.2.2", optional = true }
nom = "8.0.0"
rdkafka = { version = "0.37.0", features = [], optional = true}
Expand Down
2 changes: 1 addition & 1 deletion crates/tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde_json = { version = "1.0.138", features = ["preserve_order"] }
log = "0.4.25"
tui-input = "0.11.1"
chrono = "0.4.39"
strum = { version = "0.26.3", features = ["derive", "strum_macros"] }
strum = { version = "0.27.0", features = ["derive", "strum_macros"] }
ratatui = { version = "0.29.0", features = ["serde", "unstable-rendered-line-info"] }
crossterm = { version = "0.28.1", features = ["event-stream"] }
itertools = "0.14.0"
Expand Down

0 comments on commit 5b672d4

Please sign in to comment.