diff --git a/Cargo.lock b/Cargo.lock index b8ae2c8af7..5828977eba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4836,9 +4836,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.32.0" +version = "1.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" +checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" dependencies = [ "backtrace", "bytes", diff --git a/deltachat-jsonrpc/Cargo.toml b/deltachat-jsonrpc/Cargo.toml index ec2900f090..16b7b2827b 100644 --- a/deltachat-jsonrpc/Cargo.toml +++ b/deltachat-jsonrpc/Cargo.toml @@ -24,7 +24,7 @@ futures = { version = "0.3.28" } serde_json = "1.0.105" yerpc = { version = "0.5.2", features = ["anyhow_expose", "openrpc"] } typescript-type-def = { version = "0.5.8", features = ["json_value"] } -tokio = { version = "1.32.0" } +tokio = { version = "1.33.0" } sanitize-filename = "0.5" walkdir = "2.3.3" base64 = "0.21" @@ -34,7 +34,7 @@ axum = { version = "0.6.20", optional = true, features = ["ws"] } env_logger = { version = "0.10.0", optional = true } [dev-dependencies] -tokio = { version = "1.32.0", features = ["full", "rt-multi-thread"] } +tokio = { version = "1.33.0", features = ["full", "rt-multi-thread"] } [features] diff --git a/deltachat-rpc-server/Cargo.toml b/deltachat-rpc-server/Cargo.toml index d088dc614f..6315c5b89b 100644 --- a/deltachat-rpc-server/Cargo.toml +++ b/deltachat-rpc-server/Cargo.toml @@ -19,7 +19,7 @@ futures-lite = "1.13.0" log = "0.4" serde_json = "1.0.105" serde = { version = "1.0", features = ["derive"] } -tokio = { version = "1.32.0", features = ["io-std"] } +tokio = { version = "1.33.0", features = ["io-std"] } tokio-util = "0.7.9" yerpc = { version = "0.5.2", features = ["anyhow_expose", "openrpc"] }