summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-08 09:27:51 -0500
committerGitHub <noreply@github.com>2023-11-08 09:27:51 -0500
commit2a336cd2fc7e043c3d24f501341be2c06c401755 (patch)
tree9bf8fbed73bc521eb95779f26c02cd8585d8051b /Cargo.lock
parentAvoid updating the same rows multiple times with simple_update_many_txn. (#16... (diff)
downloadsynapse-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.lock4
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",