diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-08 09:27:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-08 09:27:51 -0500 |
commit | 2a336cd2fc7e043c3d24f501341be2c06c401755 (patch) | |
tree | 9bf8fbed73bc521eb95779f26c02cd8585d8051b /Cargo.lock | |
parent | Avoid updating the same rows multiple times with simple_update_many_txn. (#16... (diff) | |
download | synapse-2a336cd2fc7e043c3d24f501341be2c06c401755.tar.xz |
Bump serde_json from 1.0.107 to 1.0.108 (#16604)
Co-authored-by: dependabot[bot] <49699333+dependabot[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 3f7e66909b..8fd9a634b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -352,9 +352,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.107" +version = "1.0.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" +checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" dependencies = [ "itoa", "ryu", |