diff --git a/Cargo.lock b/Cargo.lock index d384705a9..4ca34a29b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2173,9 +2173,9 @@ checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" [[package]] name = "futures-lite" -version = "2.6.0" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532" +checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" dependencies = [ "fastrand", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index b3885c936..c12ccfbbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -182,7 +182,7 @@ deltachat-contact-tools = { path = "deltachat-contact-tools" } deltachat-jsonrpc = { path = "deltachat-jsonrpc", default-features = false } deltachat = { path = ".", default-features = false } futures = "0.3.31" -futures-lite = "2.6.0" +futures-lite = "2.6.1" libc = "0.2" log = "0.4" mailparse = "0.16.1"