Merge pull request #2644 from deltachat/dependabot/cargo/async-std-1.10.0

This commit is contained in:
dependabot[bot]
2021-09-04 14:57:43 +00:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@@ -314,9 +314,9 @@ dependencies = [
[[package]]
name = "async-std"
version = "1.9.0"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341"
checksum = "f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952"
dependencies = [
"async-attributes",
"async-channel",