diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-28 11:27:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-28 11:27:51 +0100 |
commit | 887f7734726f3af127c89375766cb112405d7587 (patch) | |
tree | 791e33a11a9528e245cf7a875580f108516c94a4 /Cargo.lock | |
parent | Support MSC3916 by adding unstable media endpoints to `_matrix/client` (#17213) (diff) | |
download | synapse-887f7734726f3af127c89375766cb112405d7587.tar.xz |
Bump serde from 1.0.202 to 1.0.203 (#17232)
Diffstat (limited to '')
-rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index 5fbc511563..e3e63fc205 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -485,18 +485,18 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "serde" -version = "1.0.202" +version = "1.0.203" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395" +checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.202" +version = "1.0.203" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838" +checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" dependencies = [ "proc-macro2", "quote", |