Skip to content

Commit 45578b4

Browse files
chore(deps): update rust crate strum to 0.28.0 (#3212)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b3e8a8 commit 45578b4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ serde_json = "1.0"
5555
serde_with = "3.4.0"
5656
slug = "0.1.1"
5757
sqlx = { version = "0.8", features = [ "runtime-tokio", "postgres", "sqlite", "chrono" ] }
58-
strum = { version = "0.27.0", features = ["derive"] }
58+
strum = { version = "0.28.0", features = ["derive"] }
5959
tempfile = "3.1.0"
6060
test-case = "3.0.0"
6161
thiserror = "2.0.3"

0 commit comments

Comments
 (0)