diff --git a/Cargo.lock b/Cargo.lock index 42455d7fd..4387f7198 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -140,9 +140,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.42" +version = "1.0.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486" +checksum = "28ae2b3dec75a406790005a200b1bd89785afc02517a00ca99ecfe093ee9e6cf" [[package]] name = "arrayvec" diff --git a/Cargo.toml b/Cargo.toml index 605d6f108..d704a20d1 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.42" +anyhow = "1.0.43" async-imap = { git = "https://github.com/async-email/async-imap" } async-native-tls = { version = "0.3.3" } async-smtp = { git = "https://github.com/async-email/async-smtp", branch="master", features = ["socks5"] } diff --git a/deltachat-ffi/Cargo.toml b/deltachat-ffi/Cargo.toml index e446fffcc..24d2ad95b 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.42" +anyhow = "1.0.43" thiserror = "1.0.26" rand = "0.7.3"