Skip to content

Commit

Permalink
Merge pull request #325 from KisaragiEffective/renovate/strum-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective committed Mar 26, 2024
2 parents c937e6a + f0ae993 commit 16f55d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/toy-blog-endpoint-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2021"
[dependencies]
chrono = { version = "0.4.35", features = ["serde"] }
serde = { version = "1.0.197", features = ["derive"] }
strum = { version = "0.25.0", features = ["derive"] }
strum = { version = "0.26.2", features = ["derive"] }
2 changes: 1 addition & 1 deletion packages/toy-blog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ maplit = "1.0.2"
once_cell = "1.19.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
strum = { version = "0.25.0", features = ["derive"] }
strum = { version = "0.26.2", features = ["derive"] }
thiserror = "1.0.58"
tokio = { version = "1.36.0", features = ["time", "macros"] }
toy-blog-endpoint-model = { path = "../toy-blog-endpoint-model" }
Expand Down

0 comments on commit 16f55d4

Please sign in to comment.