0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-18 19:43:44 +02:00

Bump serde_json from 1.0.86 to 1.0.87 (#14279)

This commit is contained in:
dependabot[bot] 2022-10-24 14:08:22 +01:00 committed by GitHub
parent 386e72a22d
commit 872ea2f4de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

1
changelog.d/14279.misc Normal file
View file

@ -0,0 +1 @@
Bump serde_json from 1.0.86 to 1.0.87.

View file

@ -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"