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-09-11 09:53:24 +0100
committerGitHub <noreply@github.com>2023-09-11 09:53:24 +0100
commite8ebc730ca76cb37017acc7d6b7ff28230ec3a97 (patch)
treedac065bc929354d1e771959ccc85833fe23fe9a3 /Cargo.lock
parentImprove type hints for attrs classes (#16276) (diff)
downloadsynapse-e8ebc730ca76cb37017acc7d6b7ff28230ec3a97.tar.xz
Bump serde_json from 1.0.105 to 1.0.106 (#16296)
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 95a713e437..4e233b1683 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -352,9 +352,9 @@ dependencies = [
 
 [[package]]
 name = "serde_json"
-version = "1.0.105"
+version = "1.0.106"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
+checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2"
 dependencies = [
  "itoa",
  "ryu",