Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.176 (#226)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 27, 2023
1 parent d189c35 commit 97a4190
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 @@ -7,5 +7,5 @@ edition = "2021"

[dependencies]
chrono = { version = "0.4.26", features = ["serde"] }
serde = { version = "1.0.175", features = ["derive"] }
serde = { version = "1.0.176", features = ["derive"] }
strum = { version = "0.25.0", 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 @@ -18,7 +18,7 @@ fs2 = { version = "0.4.3" }
log = "0.4.19"
maplit = "1.0.2"
once_cell = "1.18.0"
serde = { version = "1.0.175", features = ["derive"] }
serde = { version = "1.0.176", features = ["derive"] }
serde_json = "1.0.103"
strum = { version = "0.25.0", features = ["derive"] }
thiserror = "1.0.44"
Expand Down

0 comments on commit 97a4190

Please sign in to comment.