Skip to content

Commit b812917

Browse files
build(deps): bump strum from 0.25.0 to 0.27.1
Bumps [strum](https://github.com/Peternator7/strum) from 0.25.0 to 0.27.1. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits/v0.27.1) --- updated-dependencies: - dependency-name: strum dependency-version: 0.27.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fb8f99b commit b812917

File tree

4 files changed

+10
-16
lines changed

4 files changed

+10
-16
lines changed

Cargo.lock

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

daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ routerify-query = "3.0.0"
3535
schemars = { version = "0.8.22", optional = true }
3636
serde = { version = "1.0.219", features = ["derive"], optional = true }
3737
serde_json = "1.0.140"
38-
strum = { version = "0.25.0", features = ["derive"], optional = true }
38+
strum = { version = "0.27.1", features = ["derive"], optional = true }
3939
termcolor = "1.4.1"
4040
thiserror = "1.0.69"
4141
tokio-stream = { version = "0.1.17", features = ["sync"] }

minidsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ serde = { version = "1.0.219", features = ["derive"] }
3636
serde_json = "1.0.140"
3737
shellwords = "1.1.0"
3838
strong-xml = "0.6.3"
39-
strum = { version = "0.25.0", features = ["derive"] }
39+
strum = { version = "0.27.1", features = ["derive"] }
4040
termcolor = "1.4.1"
4141
thiserror = "1.0.69"
4242
tokio-stream = { version = "0.1.17", features = ["sync"] }

protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ anyhow = "1.0.98"
1212
bytes = "1.10.1"
1313
schemars = { version = "0.8.22", optional = true }
1414
serde = { version = "1.0.219", features = ["derive"], optional = true }
15-
strum = { version = "0.25.0", features = ["derive"], optional = true }
15+
strum = { version = "0.27.1", features = ["derive"], optional = true }
1616
thiserror = "1.0.69"
1717

1818
[features]

0 commit comments

Comments
 (0)