diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-07-31 10:23:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-31 10:23:00 +0200 |
commit | fee0195b277f29d3f64e62194f6a10ddcf73c159 (patch) | |
tree | 110e86fb65107e153580a8afde0672ce65cde303 /Cargo.lock | |
parent | Bump types-jsonschema from 4.17.0.8 to 4.17.0.10 (#16036) (diff) | |
download | synapse-fee0195b277f29d3f64e62194f6a10ddcf73c159.tar.xz |
Bump serde_json from 1.0.103 to 1.0.104 (#16032)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.103 to 1.0.104. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.103...v1.0.104) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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 b29a72a3b8..caf693877b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -352,9 +352,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.103" +version = "1.0.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b" +checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c" dependencies = [ "itoa", "ryu", |