Skip to content

Commit

Permalink
fix(dependencies): update rust crate serde_json to v1.0.66
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 1, 2021
1 parent 290dd4b commit 1970155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ self_update = { version = "=0.27.0", optional = true, features = [
] }
semver = { version = "=1.0.3", optional = true }
serde = { version = "=1.0.126", features = ["derive", "rc"] }
serde_json = { version = "=1.0.64", features = ["preserve_order"] }
serde_json = { version = "=1.0.66", features = ["preserve_order"] }
serde_with = "=1.9.4"
serde_yaml = "=0.8.17"
slug = "=0.1.4"
Expand Down

0 comments on commit 1970155

Please sign in to comment.