Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.110
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 2, 2024
1 parent 3fda599 commit d1783ea
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ log = "0.4.20"
maplit = "1.0.2"
once_cell = "1.19.0"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.109"
serde_json = "1.0.110"
strum = { version = "0.25.0", features = ["derive"] }
thiserror = "1.0.55"
tokio = { version = "1.35.1", features = ["time", "macros"] }
Expand Down

0 comments on commit d1783ea

Please sign in to comment.