From c06ed49a2aa83309c696188dbe463b29b7991daf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 21:57:40 +0000 Subject: [PATCH] chore(cargo): bump async-channel from 2.3.1 to 2.5.0 Bumps [async-channel](https://github.com/smol-rs/async-channel) from 2.3.1 to 2.5.0. - [Release notes](https://github.com/smol-rs/async-channel/releases) - [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/async-channel/compare/v2.3.1...v2.5.0) --- updated-dependencies: - dependency-name: async-channel dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59f26ce4f..4b8facb34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,9 +229,9 @@ dependencies = [ [[package]] name = "async-channel" -version = "2.3.1" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" +checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" dependencies = [ "concurrent-queue", "event-listener-strategy", @@ -272,7 +272,7 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e9f9a9c94a403cf46aa2b4cecbceefc6e4284441ebbeca79b80f3bab4394458" dependencies = [ - "async-channel 2.3.1", + "async-channel 2.5.0", "async-compression", "base64", "bytes", @@ -1289,7 +1289,7 @@ version = "2.9.0" dependencies = [ "anyhow", "async-broadcast", - "async-channel 2.3.1", + "async-channel 2.5.0", "async-imap", "async-native-tls", "async-smtp", @@ -1398,7 +1398,7 @@ name = "deltachat-jsonrpc" version = "2.9.0" dependencies = [ "anyhow", - "async-channel 2.3.1", + "async-channel 2.5.0", "base64", "deltachat", "deltachat-contact-tools", @@ -1923,9 +1923,9 @@ dependencies = [ [[package]] name = "event-listener-strategy" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2" +checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" dependencies = [ "event-listener 5.4.0", "pin-project-lite", @@ -3019,7 +3019,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3ca43045ceb44b913369f417d56323fb1628ebf482ab4c1e9360e81f1b58cbc2" dependencies = [ "anyhow", - "async-channel 2.3.1", + "async-channel 2.5.0", "bytes", "derive_more 1.0.0", "ed25519-dalek", diff --git a/Cargo.toml b/Cargo.toml index 88c38384d..bd1cd5891 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -175,7 +175,7 @@ harness = false [workspace.dependencies] anyhow = "1" -async-channel = "2.3.1" +async-channel = "2.5.0" base64 = "0.22" chrono = { version = "0.4.41", default-features = false } deltachat-contact-tools = { path = "deltachat-contact-tools" }