diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-24 14:08:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-24 14:08:22 +0100 |
commit | 872ea2f4de15419210808fe2cade7421e4a4b55d (patch) | |
tree | 5c229724ade8d9930e73a60310a87cfaa31bf4db | |
parent | Bump peaceiris/actions-gh-pages from 3.8.0 to 3.9.0 (#14276) (diff) | |
download | synapse-872ea2f4de15419210808fe2cade7421e4a4b55d.tar.xz |
Bump serde_json from 1.0.86 to 1.0.87 (#14279)
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | changelog.d/14279.misc | 1 | ||||
-rw-r--r-- | rust/Cargo.toml | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 221ca19b7d..1107578a20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -343,9 +343,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.86" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074" +checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45" dependencies = [ "itoa", "ryu", diff --git a/changelog.d/14279.misc b/changelog.d/14279.misc new file mode 100644 index 0000000000..af7e3265c0 --- /dev/null +++ b/changelog.d/14279.misc @@ -0,0 +1 @@ +Bump serde_json from 1.0.86 to 1.0.87. diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 3c1fb7a8e7..e26201884c 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -28,7 +28,7 @@ pyo3-log = "0.7.0" pythonize = "0.17.0" regex = "1.6.0" serde = { version = "1.0.147", features = ["derive"] } -serde_json = "1.0.85" +serde_json = "1.0.87" [build-dependencies] blake2 = "0.10.4" |