diff --git a/Cargo.lock b/Cargo.lock index fb8ff92eb..b01707711 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4443,9 +4443,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.110" +version = "1.0.111" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fbd975230bada99c8bb618e0c365c2eefa219158d5c6c29610fd09ff1833257" +checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 98b70e085..ccc945b77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ reqwest = { version = "0.11.23", features = ["json"] } rusqlite = { version = "0.30", features = ["sqlcipher"] } rust-hsluv = "0.1" sanitize-filename = "0.5" -serde_json = "1.0" +serde_json = "1" serde = { version = "1.0", features = ["derive"] } sha-1 = "0.10" sha2 = "0.10" diff --git a/deltachat-jsonrpc/Cargo.toml b/deltachat-jsonrpc/Cargo.toml index f5c0ca57b..4088b3bf7 100644 --- a/deltachat-jsonrpc/Cargo.toml +++ b/deltachat-jsonrpc/Cargo.toml @@ -21,7 +21,7 @@ tempfile = "3.9.0" log = "0.4" async-channel = { version = "2.0.0" } futures = { version = "0.3.30" } -serde_json = "1.0.105" +serde_json = "1" yerpc = { version = "0.5.2", features = ["anyhow_expose", "openrpc"] } typescript-type-def = { version = "0.5.8", features = ["json_value"] } tokio = { version = "1.33.0" } diff --git a/deltachat-rpc-server/Cargo.toml b/deltachat-rpc-server/Cargo.toml index c13b2fb80..76c77e641 100644 --- a/deltachat-rpc-server/Cargo.toml +++ b/deltachat-rpc-server/Cargo.toml @@ -17,7 +17,7 @@ anyhow = "1" env_logger = { version = "0.10.0" } futures-lite = "2.0.0" log = "0.4" -serde_json = "1.0.105" +serde_json = "1" serde = { version = "1.0", features = ["derive"] } tokio = { version = "1.33.0", features = ["io-std"] } tokio-util = "0.7.9"