Skip to content

Commit 1f5a4b2

Browse files
fix(deps): update rust crate strum_macros to 0.27.0 (#140)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent def59b6 commit 1f5a4b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

crates/gh-workflow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ merge = "0.1.0"
2020
serde = { version = "1.0.210", features = ["derive"] }
2121
serde_json = { version = "1.0.128" }
2222
serde_yaml = "0.9.34"
23-
strum_macros = "0.26.4"
23+
strum_macros = "0.27.0"
2424
gh-workflow-macros = { path = "../gh-workflow-macros", version = "0.5.10" }
2525

2626
[dev-dependencies]

0 commit comments

Comments
 (0)