diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-11-28 12:45:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-28 12:45:58 +0000 |
commit | 58383c18bd6cefd09219ac0e87f6dcc260762f43 (patch) | |
tree | bfb35092cf149f7b32a69ef4741d7e5b0c402c14 /Cargo.lock | |
parent | Bump serde from 1.0.147 to 1.0.148 (#14559) (diff) | |
download | synapse-58383c18bd6cefd09219ac0e87f6dcc260762f43.tar.xz |
Bump serde_json from 1.0.88 to 1.0.89 (#14560)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
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 35e84a9bca..59d2aec215 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -343,9 +343,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.88" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e8b3801309262e8184d9687fb697586833e939767aea0dda89f5a8e650e8bd7" +checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db" dependencies = [ "itoa", "ryu", |