diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-01 13:42:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-01 13:42:37 +0100 |
commit | a1b88976680b5a462db94deeebcc8110524a8e76 (patch) | |
tree | ae79ba108a6f8ddffdc111d8784c8fda015ae01f | |
parent | Bump log from 0.4.21 to 0.4.22 (#17384) (diff) | |
download | synapse-a1b88976680b5a462db94deeebcc8110524a8e76.tar.xz |
Bump serde_json from 1.0.117 to 1.0.119 (#17385)
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 545a7a0a1c..4353e55977 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,9 +505,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.117" +version = "1.0.119" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" +checksum = "e8eddb61f0697cc3989c5d64b452f5488e2b8a60fd7d5076a3045076ffef8cb0" dependencies = [ "itoa", "ryu", |