diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-13 16:49:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-13 16:49:54 +0000 |
commit | 74fb3e1996b14fbe0ad4f5df1132cc11cf7edd55 (patch) | |
tree | b398f2db7490acab07293b83755de599994c1893 /Cargo.lock | |
parent | Bump serde from 1.0.196 to 1.0.197 (#16963) (diff) | |
download | synapse-74fb3e1996b14fbe0ad4f5df1132cc11cf7edd55.tar.xz |
Bump serde_json from 1.0.113 to 1.0.114 (#16961)
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 5399421090..4dd3ef29f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -359,9 +359,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.113" +version = "1.0.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" +checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" dependencies = [ "itoa", "ryu", |