Skip to content

Commit 4b3b583

Browse files
authored
Merge pull request #118 from encryption4all/chore/strum-0.28
chore(deps): bump strum and strum_macros to 0.28
2 parents 0d66732 + c8ff9bd commit 4b3b583

2 files changed

Lines changed: 6 additions & 6 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.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ rocket_cors = "0.6.0"
2222
serde = { version = "1.0.228", features = ["derive"] }
2323
serde_json = "1.0.145"
2424
sha2 = "0.11.0"
25-
strum = "0.27.2"
26-
strum_macros = "0.27.2"
25+
strum = "0.28.0"
26+
strum_macros = "0.28.0"
2727
tokio = "1.48.0"
2828
uuid = { version = "1.18.1", features = ["v4"] }
2929
url = "2.5.7"

0 commit comments

Comments
 (0)