diff options
author | dependabot[bot] | 2023-07-18 01:48:58 +0000 |
---|---|---|
committer | GitHub | 2023-07-18 01:48:58 +0000 |
commit | 6d4fd77315f63992ab6080d9c3febe90bc25d1d2 (patch) | |
tree | 404378455b49ea1faeed2d9c39a16354a11ec47c | |
parent | 2fa576b1778ce203286f42d02cf92a50a4d81374 (diff) |
build(deps): bump serde_json from 1.0.100 to 1.0.103 (#7661)
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
@@ -1992,9 +1992,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.100" +version = "1.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c" +checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b" dependencies = [ "itoa", "ryu", |