cargo: bump anyhow from 1.0.41 to 1.0.42

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.41 to 1.0.42.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.41...1.0.42)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-07-09 21:12:18 +00:00
committed by GitHub
parent 308403ad99
commit cd958c6a33
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -138,9 +138,9 @@ dependencies = [
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.41" version = "1.0.42"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61" checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486"
[[package]] [[package]]
name = "arrayvec" name = "arrayvec"

View File

@@ -15,7 +15,7 @@ lto = true
deltachat_derive = { path = "./deltachat_derive" } deltachat_derive = { path = "./deltachat_derive" }
ansi_term = { version = "0.12.1", optional = true } ansi_term = { version = "0.12.1", optional = true }
anyhow = "1.0.41" anyhow = "1.0.42"
async-imap = "0.5.0" async-imap = "0.5.0"
async-native-tls = { version = "0.3.3" } async-native-tls = { version = "0.3.3" }
async-smtp = { git = "https://github.com/async-email/async-smtp", rev="2275fd8d13e39b2c58d6605c786ff06ff9e05708" } async-smtp = { git = "https://github.com/async-email/async-smtp", rev="2275fd8d13e39b2c58d6605c786ff06ff9e05708" }

View File

@@ -21,7 +21,7 @@ human-panic = "1.0.1"
num-traits = "0.2.6" num-traits = "0.2.6"
serde_json = "1.0" serde_json = "1.0"
async-std = "1.9.0" async-std = "1.9.0"
anyhow = "1.0.41" anyhow = "1.0.42"
thiserror = "1.0.25" thiserror = "1.0.25"
rand = "0.7.3" rand = "0.7.3"