From f893487dc09d8a9bfa2ac8df0062ec23ad5dd47d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 17:02:54 +0000 Subject: [PATCH] chore(cargo): bump futures-lite from 2.6.0 to 2.6.1 Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/smol-rs/futures-lite/releases) - [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/futures-lite/compare/v2.6.0...v2.6.1) --- updated-dependencies: - dependency-name: futures-lite dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"