Skip to content

Commit 0b154a3

Browse files
fix(deps): update rust crate strum to 0.28.0 (#269)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0bc3016 commit 0b154a3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

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

scripts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ log = "0.4.21"
1515
octocrab = "0.49.0"
1616
semver = "1.0.22"
1717
serde.workspace = true
18-
strum = { version = "0.27.0", features = ["derive"] }
18+
strum = { version = "0.28.0", features = ["derive"] }
1919
tempfile = "3.10.1"
2020
tokio = { version = "1.37.0", features = ["full"] }
2121
toml = "1.0.0"

0 commit comments

Comments
 (0)