diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-24 14:08:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-24 14:08:22 +0100 |
commit | 872ea2f4de15419210808fe2cade7421e4a4b55d (patch) | |
tree | 5c229724ade8d9930e73a60310a87cfaa31bf4db /Cargo.lock | |
parent | Bump peaceiris/actions-gh-pages from 3.8.0 to 3.9.0 (#14276) (diff) | |
download | synapse-872ea2f4de15419210808fe2cade7421e4a4b55d.tar.xz |
Bump serde_json from 1.0.86 to 1.0.87 (#14279)
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 221ca19b7d..1107578a20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -343,9 +343,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.86" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074" +checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45" dependencies = [ "itoa", "ryu", |