diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-14 09:32:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 09:32:23 +0100 |
commit | bd8d8865fba3d6c68c9a4d698f42549820fdf12c (patch) | |
tree | e3d6bd764f2e1d9aba2069a214d799ce76e79fd2 | |
parent | Bump serde from 1.0.200 to 1.0.201 (#17183) (diff) | |
download | synapse-bd8d8865fba3d6c68c9a4d698f42549820fdf12c.tar.xz |
Bump serde_json from 1.0.116 to 1.0.117 (#17182)
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 88d25a7146..d6f9000138 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,9 +505,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.116" +version = "1.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813" +checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" dependencies = [ "itoa", "ryu", |