Skip to content

Commit 9982986

Browse files
build(deps): Update strum requirement from 0.27.2 to 0.28.0 (#44)
* build(deps): Update strum requirement from 0.27.2 to 0.28.0 Updates the requirements on [strum](https://github.com/Peternator7/strum) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] <support@github.com> * fix(ci): [autofix.ci] apply automated fixes --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent cdfb34a commit 9982986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backpack/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ thiserror = "2.0"
5858
libc = "0.2"
5959
indicatif = "0.18"
6060
clap_complete = "4.5.65"
61-
strum = { version = "0.27.2", features = ["derive"] }
61+
strum = { version = "0.28.0", features = ["derive"] }
6262
git2 = { workspace = true }
6363
chrono = "0.4.42"
6464
cliclack = "0.4.0"

0 commit comments

Comments
 (0)