Skip to content

Commit 34026b6

Browse files
dependabot[bot]lutter
authored andcommitted
build(deps): bump strum from 0.27.2 to 0.28.0
Bumps [strum](https://github.com/Peternator7/strum) from 0.27.2 to 0.28.0. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.27.2...v0.28.0) --- updated-dependencies: - dependency-name: strum dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eb12317 commit 34026b6

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

Cargo.lock

Lines changed: 14 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ slog = { version = "2.8.2", features = ["release_max_level_trace", "max_level_tr
9292
slog-async = "2.5.0"
9393
slog-term = "2.7.0"
9494
sqlparser = { version = "0.61.0", features = ["visitor"] }
95-
strum = { version = "0.27", features = ["derive"] }
95+
strum = { version = "0.28", features = ["derive"] }
9696
syn = { version = "2.0.117", features = ["full"] }
9797
test-store = { path = "./store/test-store" }
9898
thiserror = "2.0.18"

0 commit comments

Comments
 (0)