Skip to content

Commit

Permalink
build(deps): update rust crate serde_json to 1.0.97 (#78)
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] authored Jun 19, 2023
1 parent 0f991b1 commit 813cdf9
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ regex = "1.8.4"
reqwest = { version = "0.11.18", default-features = false, features = ["json", "rustls-tls"] }
semver = { version = "1.0.17", features = ["serde"] }
serde = { version = "1.0.164", features = ["derive"] }
serde_json = { version = "1.0.96", features = ["preserve_order"] }
serde_json = { version = "1.0.97", features = ["preserve_order"] }
thiserror = "1.0.40"
tokio = { version = "1.28.2", features = ["rt", "macros", "rt-multi-thread"] }

0 comments on commit 813cdf9

Please sign in to comment.