diff --git a/Cargo.lock b/Cargo.lock index e98e69f65..8e6066642 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3141,9 +3141,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.85" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44" +checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45" dependencies = [ "itoa 1.0.3", "ryu", diff --git a/deltachat-jsonrpc/Cargo.toml b/deltachat-jsonrpc/Cargo.toml index 6257bca15..ed9b9dd75 100644 --- a/deltachat-jsonrpc/Cargo.toml +++ b/deltachat-jsonrpc/Cargo.toml @@ -21,7 +21,7 @@ tempfile = "3.3.0" log = "0.4" async-channel = { version = "1.6.1" } futures = { version = "0.3.24" } -serde_json = "1.0.85" +serde_json = "1.0.87" yerpc = { version = "^0.3.1", features = ["anyhow_expose"] } typescript-type-def = { version = "0.5.3", features = ["json_value"] } tokio = { version = "1.21.2" }