summary refs log tree commit diff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-20 16:52:19 +0000
committerGitHub <noreply@github.com>2024-11-20 16:52:19 +0000
commit81b080f7a29dd351b4fa10037213b81a0faafaa2 (patch)
tree3150b1ddc454e5861509e45fa3aa25cbe37abfee
parentRaise setuptools_rust version cap to 1.10.2 (#17944) (diff)
downloadsynapse-81b080f7a29dd351b4fa10037213b81a0faafaa2.tar.xz
Bump serde_json from 1.0.132 to 1.0.133 (#17939)
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock

index 46c930ebd7..5c8f627fd7 100644 --- a/Cargo.lock +++ b/Cargo.lock
@@ -505,9 +505,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.132" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" +checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" dependencies = [ "itoa", "memchr",