mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
Merge pull request #2683 from deltachat/dependabot/cargo/anyhow-1.0.44
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -108,9 +108,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anyhow"
|
name = "anyhow"
|
||||||
version = "1.0.43"
|
version = "1.0.44"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "28ae2b3dec75a406790005a200b1bd89785afc02517a00ca99ecfe093ee9e6cf"
|
checksum = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "arrayvec"
|
name = "arrayvec"
|
||||||
|
|||||||
@@ -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.43"
|
anyhow = "1.0.44"
|
||||||
async-imap = { git = "https://github.com/async-email/async-imap" }
|
async-imap = { git = "https://github.com/async-email/async-imap" }
|
||||||
async-native-tls = { version = "0.3.3" }
|
async-native-tls = { version = "0.3.3" }
|
||||||
async-smtp = { git = "https://github.com/async-email/async-smtp", branch="master", features = ["socks5"] }
|
async-smtp = { git = "https://github.com/async-email/async-smtp", branch="master", features = ["socks5"] }
|
||||||
|
|||||||
@@ -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.10.0"
|
async-std = "1.10.0"
|
||||||
anyhow = "1.0.43"
|
anyhow = "1.0.44"
|
||||||
thiserror = "1.0.29"
|
thiserror = "1.0.29"
|
||||||
rand = "0.7.3"
|
rand = "0.7.3"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user