summary refs log tree commit diff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-08 15:24:30 +0100
committerGitHub <noreply@github.com>2024-07-08 15:24:30 +0100
commit62134dcc77b34631dc43c6ae976d1cebdabc5181 (patch)
tree73e4dd38b0b03cfe7b6ec765683f18dd071d825b
parentBump serde from 1.0.203 to 1.0.204 (#17409) (diff)
downloadsynapse-62134dcc77b34631dc43c6ae976d1cebdabc5181.tar.xz
Bump serde_json from 1.0.119 to 1.0.120 (#17408)
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 84563699a5..3a8bf7a49c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -505,9 +505,9 @@ dependencies = [
 
 [[package]]
 name = "serde_json"
-version = "1.0.119"
+version = "1.0.120"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e8eddb61f0697cc3989c5d64b452f5488e2b8a60fd7d5076a3045076ffef8cb0"
+checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
 dependencies = [
  "itoa",
  "ryu",