Merge pull request #2990 from deltachat/dependabot/cargo/stop-token-0.7.0

This commit is contained in:
dependabot[bot]
2022-01-23 21:23:56 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -1120,7 +1120,7 @@ dependencies = [
"sha-1 0.10.0",
"sha2 0.10.1",
"smallvec",
"stop-token 0.6.1",
"stop-token 0.7.0",
"strum",
"strum_macros",
"surf",
@@ -3610,9 +3610,9 @@ dependencies = [
[[package]]
name = "stop-token"
version = "0.6.1"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3829f0fc642e19ef8a1072ba8e33139a385f609ba56761df501c5272a9704918"
checksum = "af91f480ee899ab2d9f8435bfdfc14d08a5754bd9d3fef1f1a1c23336aad6c8b"
dependencies = [
"async-channel",
"cfg-if 1.0.0",

View File

@@ -66,7 +66,7 @@ serde = { version = "1.0", features = ["derive"] }
sha-1 = "0.10"
sha2 = "0.10"
smallvec = "1"
stop-token = "0.6"
stop-token = "0.7"
strum = "0.23"
strum_macros = "0.23"
surf = { version = "2.3", default-features = false, features = ["h1-client"] }