summary refs log tree commit diff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-09 11:25:23 +0100
committerGitHub <noreply@github.com>2024-04-09 11:25:23 +0100
commit106cfd4b39776e63432b72fbb7f4f21034babdf8 (patch)
tree67c53b011b95142612781fd54bb730e6aa577c60
parentBump regex from 1.10.3 to 1.10.4 (#17028) (diff)
downloadsynapse-106cfd4b39776e63432b72fbb7f4f21034babdf8.tar.xz
Bump serde_json from 1.0.114 to 1.0.115 (#17041)
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 07acff3f89..630d38c2f4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -367,9 +367,9 @@ dependencies = [
 
 [[package]]
 name = "serde_json"
-version = "1.0.114"
+version = "1.0.115"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
+checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
 dependencies = [
  "itoa",
  "ryu",