diff --git a/Cargo.lock b/Cargo.lock index 66ef6b757..3deaf0651 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2042,9 +2042,9 @@ checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" [[package]] name = "futures-lite" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba" +checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" dependencies = [ "fastrand", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index c9fa83292..4a107ec38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ escaper = "0.1" fast-socks5 = "0.9" fd-lock = "4" futures = "0.3" -futures-lite = "2.2.0" +futures-lite = "2.3.0" hex = "0.4.0" hickory-resolver = "0.24" humansize = "2" @@ -113,7 +113,7 @@ openssl-src = "~300.1" ansi_term = "0.12.0" anyhow = { version = "1", features = ["backtrace"] } # Enable `backtrace` feature in tests. criterion = { version = "0.5.1", features = ["async_tokio"] } -futures-lite = "2.2.0" +futures-lite = "2.3.0" log = "0.4" pretty_env_logger = "0.5" proptest = { version = "1", default-features = false, features = ["std"] } diff --git a/deltachat-rpc-server/Cargo.toml b/deltachat-rpc-server/Cargo.toml index 2d77d94e0..6115dd908 100644 --- a/deltachat-rpc-server/Cargo.toml +++ b/deltachat-rpc-server/Cargo.toml @@ -15,7 +15,7 @@ deltachat = { path = "..", default-features = false } anyhow = "1" env_logger = { version = "0.10.0" } -futures-lite = "2.2.0" +futures-lite = "2.3.0" log = "0.4" serde_json = "1" serde = { version = "1.0", features = ["derive"] }