diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-01 14:30:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-01 14:30:44 +0000 |
commit | 8822ea88a3c901259e6f5fb39b0b6d957af3edc1 (patch) | |
tree | 13399d8e32a0451482fe764ae8e5c61183f8e331 /Cargo.lock | |
parent | Update version picker for element-hq (#16880) (diff) | |
download | synapse-8822ea88a3c901259e6f5fb39b0b6d957af3edc1.tar.xz |
Bump serde_json from 1.0.111 to 1.0.113 (#16866)
Diffstat (limited to '')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index e8d4c27f36..49f095ddad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -359,9 +359,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.111" +version = "1.0.113" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4" +checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" dependencies = [ "itoa", "ryu", |