Skip to content

Commit ed95ce0

Browse files
build(deps): bump strum from 0.26.3 to 0.27.0 (#645)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35d0ed4 commit ed95ce0

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

Cargo.lock

Lines changed: 22 additions & 3 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
@@ -49,7 +49,7 @@ serde_json = { version = "1.0", features = ["preserve_order"] }
4949
serde = { version = "1.0", features = ["derive"] }
5050
serde_with = { version = "3.12", features = ["alloc", "macros", "indexmap_2"], default-features = false }
5151
serde_yaml = "0.9"
52-
strum = { version = "0.26", features = ["strum_macros", "derive"] }
52+
strum = { version = "0.27", features = ["strum_macros", "derive"] }
5353
thiserror = "2.0"
5454
tracing = "0.1"
5555
tracing-subscriber = "0.3"

0 commit comments

Comments
 (0)