summary refs log tree commit diff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-12 14:33:12 +0100
committerGitHub <noreply@github.com>2024-08-12 14:33:12 +0100
commit8c9f2743bc30b5420b80f88b389e69e3044cde85 (patch)
treeebe18ebdc3ce47e075ad02e9ee7befc72c1ffd04
parentBump sentry-sdk from 2.10.0 to 2.12.0 (#17553) (diff)
downloadsynapse-8c9f2743bc30b5420b80f88b389e69e3044cde85.tar.xz
Bump serde_json from 1.0.122 to 1.0.124 (#17555)
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock

index ce5520436d..c0b951a161 100644 --- a/Cargo.lock +++ b/Cargo.lock
@@ -505,9 +505,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.122" +version = "1.0.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" +checksum = "66ad62847a56b3dba58cc891acd13884b9c61138d330c0d7b6181713d4fce38d" dependencies = [ "itoa", "memchr",