Skip to content

Commit

Permalink
fix(dependencies): update rust crate serde_json to 1.0.73
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 13, 2021
1 parent 6bfa92e commit 8dab589
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["schema", "executable", "documents"]
chrono = "0.4.19"
defaults = "0.2.0"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.68"
serde_json = "1.0.73"
serde_with = "1.11.0"
strum = { version = "0.21.0", features = ["derive"] }

Expand Down

0 comments on commit 8dab589

Please sign in to comment.