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 /rust | |
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)
Diffstat (limited to 'rust')
-rw-r--r-- | rust/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |