From 50f680a00b06d3dfc02da88e8db86bcf67c6618c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 06:17:13 +0000 Subject: [PATCH] cargo: bump anyhow from 1.0.40 to 1.0.41 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.40 to 1.0.41. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.40...1.0.41) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- deltachat-ffi/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1e569e0a..f13bdeb46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -138,9 +138,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.40" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b" +checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61" [[package]] name = "arrayvec" diff --git a/Cargo.toml b/Cargo.toml index dae10fdbe..6756ef124 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ lto = true deltachat_derive = { path = "./deltachat_derive" } ansi_term = { version = "0.12.1", optional = true } -anyhow = "1.0.40" +anyhow = "1.0.41" async-imap = "0.5.0" async-native-tls = { version = "0.3.3" } async-smtp = { git = "https://github.com/async-email/async-smtp", rev="2275fd8d13e39b2c58d6605c786ff06ff9e05708" } diff --git a/deltachat-ffi/Cargo.toml b/deltachat-ffi/Cargo.toml index ba499c923..d8eacc5d0 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -21,7 +21,7 @@ human-panic = "1.0.1" num-traits = "0.2.6" serde_json = "1.0" async-std = "1.9.0" -anyhow = "1.0.40" +anyhow = "1.0.41" thiserror = "1.0.25" rand = "0.7.3"