diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-14 09:32:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 09:32:14 +0100 |
commit | caf528477e8320fa1cd4920e105d0aba22250722 (patch) | |
tree | 6a400917ba350ee62061a0255ce52f17b03ae541 /Cargo.lock | |
parent | Bump gitpython from 3.1.41 to 3.1.43 (#17181) (diff) | |
download | synapse-caf528477e8320fa1cd4920e105d0aba22250722.tar.xz |
Bump serde from 1.0.200 to 1.0.201 (#17183)
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 59d43ece2d..88d25a7146 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -485,18 +485,18 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "serde" -version = "1.0.200" +version = "1.0.201" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddc6f9cc94d67c0e21aaf7eda3a010fd3af78ebf6e096aa6e2e13c79749cce4f" +checksum = "780f1cebed1629e4753a1a38a3c72d30b97ec044f0aef68cb26650a3c5cf363c" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.200" +version = "1.0.201" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "856f046b9400cee3c8c94ed572ecdb752444c24528c035cd35882aad6f492bcb" +checksum = "c5e405930b9796f1c00bee880d03fc7e0bb4b9a11afc776885ffe84320da2865" dependencies = [ "proc-macro2", "quote", |