mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 17:06:35 +03:00
Merge pull request #2759 from deltachat/dependabot/cargo/stop-token-0.6.0
This commit is contained in:
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -1131,7 +1131,7 @@ dependencies = [
|
|||||||
"sha-1",
|
"sha-1",
|
||||||
"sha2",
|
"sha2",
|
||||||
"smallvec",
|
"smallvec",
|
||||||
"stop-token 0.5.1",
|
"stop-token 0.6.0",
|
||||||
"strum",
|
"strum",
|
||||||
"strum_macros",
|
"strum_macros",
|
||||||
"surf",
|
"surf",
|
||||||
@@ -3566,9 +3566,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "stop-token"
|
name = "stop-token"
|
||||||
version = "0.5.1"
|
version = "0.6.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "561eec821556b41afc80e8943d59ff72e5dc9876c364f26331293f2eb6c8e461"
|
checksum = "712a613deafcef6cc22bbc41ca8dd8c401edf49ec0381054eab771a08249ff2e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-channel",
|
"async-channel",
|
||||||
"cfg-if 1.0.0",
|
"cfg-if 1.0.0",
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ serde = { version = "1.0", features = ["derive"] }
|
|||||||
sha-1 = "0.9"
|
sha-1 = "0.9"
|
||||||
sha2 = "0.9"
|
sha2 = "0.9"
|
||||||
smallvec = "1"
|
smallvec = "1"
|
||||||
stop-token = "0.5"
|
stop-token = "0.6"
|
||||||
strum = "0.22"
|
strum = "0.22"
|
||||||
strum_macros = "0.22"
|
strum_macros = "0.22"
|
||||||
surf = { version = "2.3", default-features = false, features = ["h1-client"] }
|
surf = { version = "2.3", default-features = false, features = ["h1-client"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user