summary refs log tree commit diff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-06 11:45:44 +0100
committerGitHub <noreply@github.com>2024-08-06 11:45:44 +0100
commit23727869c712f7c73a449e68ad2d9445bacde857 (patch)
treecd5cff16f2b755cfedf73c5a65ec21dbb0ea55d4
parentSS: Reset connection if token is unrecognized (#17529) (diff)
downloadsynapse-23727869c712f7c73a449e68ad2d9445bacde857.tar.xz
Bump serde_json from 1.0.121 to 1.0.122 (#17525)
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 333499e197..d50ce87d17 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -505,9 +505,9 @@ dependencies = [
 
 [[package]]
 name = "serde_json"
-version = "1.0.121"
+version = "1.0.122"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609"
+checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da"
 dependencies = [
  "itoa",
  "memchr",