diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-07-17 10:45:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-17 10:45:46 +0100 |
commit | 1768dd3c274829bc147a96258c11bc75cbf762bd (patch) | |
tree | 81dd5e89901f97d338f11dc641faf02edd2e9f5f /Cargo.lock | |
parent | Bump jsonschema from 4.17.3 to 4.18.3 (#15948) (diff) | |
download | synapse-1768dd3c274829bc147a96258c11bc75cbf762bd.tar.xz |
Bump serde_json from 1.0.100 to 1.0.103 (#15950)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 d6fa96ea77..a3ff932cd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -352,9 +352,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.100" +version = "1.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c" +checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b" dependencies = [ "itoa", "ryu", |