From 026450ddf3b50601f3ce8b95fb4b37f99362626b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 21:09:01 +0000 Subject: [PATCH] chore(cargo): bump async-imap from 0.9.7 to 0.10.0 Bumps [async-imap](https://github.com/async-email/async-imap) from 0.9.7 to 0.10.0. - [Changelog](https://github.com/async-email/async-imap/blob/main/CHANGELOG.md) - [Commits](https://github.com/async-email/async-imap/compare/v0.9.7...v0.10.0) --- updated-dependencies: - dependency-name: async-imap dependency-type: direct:production update-type: version-update:semver-minor ... 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 84da9ae8c..fb6061297 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "async-imap" -version = "0.9.7" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98892ebee4c05fc66757e600a7466f0d9bfcde338f645d64add323789f26cb36" +checksum = "3bbfed56b06fcd4d9c3255ba7ea5dc5dbc06ec25130fd7d6698d44ee13cd89f0" dependencies = [ "async-channel 2.3.1", "base64 0.21.7", diff --git a/Cargo.toml b/Cargo.toml index eb6b23581..42a13cc45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ ratelimit = { path = "./deltachat-ratelimit" } anyhow = { workspace = true } async-broadcast = "0.7.1" async-channel = { workspace = true } -async-imap = { version = "0.9.7", default-features = false, features = ["runtime-tokio"] } +async-imap = { version = "0.10.0", default-features = false, features = ["runtime-tokio"] } async-native-tls = { version = "0.5", default-features = false, features = ["runtime-tokio"] } async-smtp = { version = "0.9", default-features = false, features = ["runtime-tokio"] } async_zip = { version = "0.0.12", default-features = false, features = ["deflate", "fs"] }