diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-18 13:26:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 13:26:35 -0400 |
commit | 1f477d65f5602abfa02e19b295b5d8144c10577c (patch) | |
tree | ee80a7a3738dbf0685cd07193f67d436acf56032 | |
parent | Bump furo from 2023.8.19 to 2023.9.10 (#16340) (diff) | |
download | synapse-1f477d65f5602abfa02e19b295b5d8144c10577c.tar.xz |
Bump serde_json from 1.0.106 to 1.0.107 (#16345)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 4e233b1683..ea9aa18a5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -352,9 +352,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.106" +version = "1.0.107" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2" +checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" dependencies = [ "itoa", "ryu", |