diff --git a/Cargo.lock b/Cargo.lock index a12ac6312..fb20a2527 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3101,9 +3101,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.87" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45" +checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db" dependencies = [ "itoa 1.0.3", "ryu", diff --git a/deltachat-jsonrpc/Cargo.toml b/deltachat-jsonrpc/Cargo.toml index 771369ff8..2950d60c5 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.8.0" } futures = { version = "0.3.25" } -serde_json = "1.0.87" +serde_json = "1.0.89" yerpc = { version = "^0.3.1", features = ["anyhow_expose"] } typescript-type-def = { version = "0.5.5", features = ["json_value"] } tokio = { version = "1.22.0" } diff --git a/deltachat-rpc-server/Cargo.toml b/deltachat-rpc-server/Cargo.toml index 54daed311..2666da21d 100644 --- a/deltachat-rpc-server/Cargo.toml +++ b/deltachat-rpc-server/Cargo.toml @@ -20,7 +20,7 @@ anyhow = "1" env_logger = { version = "0.9.1" } futures-lite = "1.12.0" log = "0.4" -serde_json = "1.0.85" +serde_json = "1.0.89" serde = { version = "1.0", features = ["derive"] } tokio = { version = "1.22.0", features = ["io-std"] } yerpc = { version = "0.3.1", features = ["anyhow_expose"] }