diff options
author | dependabot[bot] | 2022-08-23 00:17:08 +0000 |
---|---|---|
committer | GitHub | 2022-08-23 00:17:08 +0000 |
commit | 25f5e8c5d1c79e63fa98c894c06f6ed968a0438e (patch) | |
tree | 529fc36c932ab585c4f79583eb13dcbb94f6ff6b | |
parent | 650cf76d44b79dcc97900aeb008fa740e6fbd53c (diff) |
build(deps): bump serde_json from 1.0.83 to 1.0.85 (#3510)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -950,9 +950,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.83" +version = "1.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7" +checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44" dependencies = [ "itoa", "ryu", |