mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 08:56:30 +03:00
Merge pull request #2644 from deltachat/dependabot/cargo/async-std-1.10.0
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -314,9 +314,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "async-std"
|
name = "async-std"
|
||||||
version = "1.9.0"
|
version = "1.10.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341"
|
checksum = "f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-attributes",
|
"async-attributes",
|
||||||
"async-channel",
|
"async-channel",
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ 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"] }
|
||||||
async-std-resolver = "0.20.3"
|
async-std-resolver = "0.20.3"
|
||||||
async-std = { version = "~1.9.0", features = ["unstable"] }
|
async-std = { version = "~1.10.0", features = ["unstable"] }
|
||||||
async-tar = "0.3.0"
|
async-tar = "0.3.0"
|
||||||
async-trait = "0.1.51"
|
async-trait = "0.1.51"
|
||||||
backtrace = "0.3.59"
|
backtrace = "0.3.59"
|
||||||
@@ -77,7 +77,7 @@ humansize = "1.1.1"
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
ansi_term = "0.12.0"
|
ansi_term = "0.12.0"
|
||||||
async-std = { version = "1.9.0", features = ["unstable", "attributes"] }
|
async-std = { version = "1.10.0", features = ["unstable", "attributes"] }
|
||||||
criterion = "0.3"
|
criterion = "0.3"
|
||||||
futures-lite = "1.12.0"
|
futures-lite = "1.12.0"
|
||||||
log = "0.4.11"
|
log = "0.4.11"
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ libc = "0.2"
|
|||||||
human-panic = "1.0.1"
|
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.10.0"
|
||||||
anyhow = "1.0.43"
|
anyhow = "1.0.43"
|
||||||
thiserror = "1.0.26"
|
thiserror = "1.0.26"
|
||||||
rand = "0.7.3"
|
rand = "0.7.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user