diff options
author | dependabot[bot] | 2023-08-01 00:28:44 +0000 |
---|---|---|
committer | GitHub | 2023-08-01 00:28:44 +0000 |
commit | 99413558b9366bb65d3fc500138a80d004e06d59 (patch) | |
tree | 1878565ea3ec59b3a9be6f62c05b89e82f906789 | |
parent | 0eea76c415efa9eb31a8eb2e67fc7f359b53e0b9 (diff) |
build(deps): bump serde_json from 1.0.103 to 1.0.104 (#7793)
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
@@ -1987,9 +1987,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.103" +version = "1.0.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b" +checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c" dependencies = [ "itoa", "ryu", |