Skip to content

Commit ab94c6c

Browse files
chore(deps): bump strum from 0.25.0 to 0.26.1 (#362)
Bumps [strum](https://github.com/Peternator7/strum) from 0.25.0 to 0.26.1. - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4fff2a2 commit ab94c6c

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

Cargo.lock

+25-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ thiserror = "1.0.56"
4141
tokio = { version = "1.35", features = ["rt", "sync"] }
4242
trust-dns-resolver = "0.23.2"
4343
unicode-width = "0.1.11"
44-
strum = { version = "0.25.0", features = ["derive"] }
44+
strum = { version = "0.26.1", features = ["derive"] }
4545

4646
[target.'cfg(target_os = "linux")'.dependencies]
4747
procfs = "0.16.0"
@@ -67,7 +67,7 @@ clap-verbosity-flag = "2.1.2"
6767
clap_complete = "4.4.9"
6868
clap_mangen = "0.2.18"
6969
derivative = "2.2.0"
70-
strum = { version = "0.25.0", features = ["derive"] }
70+
strum = { version = "0.26.1", features = ["derive"] }
7171

7272
[target.'cfg(target_os = "windows")'.build-dependencies]
7373
http_req = "0.10.2"

0 commit comments

Comments
 (0)