mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
Remove unused stop-token dependency
stop-token 0.2.0 is required by async-imap. This Cargo.toml entry additionally pulled in unused stop-token 0.7.0.
This commit is contained in:
15
Cargo.lock
generated
15
Cargo.lock
generated
@@ -224,7 +224,7 @@ dependencies = [
|
|||||||
"once_cell",
|
"once_cell",
|
||||||
"ouroboros",
|
"ouroboros",
|
||||||
"pin-utils",
|
"pin-utils",
|
||||||
"stop-token 0.2.0",
|
"stop-token",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -1123,7 +1123,6 @@ dependencies = [
|
|||||||
"sha-1 0.10.0",
|
"sha-1 0.10.0",
|
||||||
"sha2 0.10.2",
|
"sha2 0.10.2",
|
||||||
"smallvec",
|
"smallvec",
|
||||||
"stop-token 0.7.0",
|
|
||||||
"strum",
|
"strum",
|
||||||
"strum_macros",
|
"strum_macros",
|
||||||
"surf",
|
"surf",
|
||||||
@@ -3609,18 +3608,6 @@ dependencies = [
|
|||||||
"pin-project-lite",
|
"pin-project-lite",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "stop-token"
|
|
||||||
version = "0.7.0"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "af91f480ee899ab2d9f8435bfdfc14d08a5754bd9d3fef1f1a1c23336aad6c8b"
|
|
||||||
dependencies = [
|
|
||||||
"async-channel",
|
|
||||||
"cfg-if 1.0.0",
|
|
||||||
"futures-core",
|
|
||||||
"pin-project-lite",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "str-buf"
|
name = "str-buf"
|
||||||
version = "1.0.5"
|
version = "1.0.5"
|
||||||
|
|||||||
@@ -62,7 +62,6 @@ serde = { version = "1.0", features = ["derive"] }
|
|||||||
sha-1 = "0.10"
|
sha-1 = "0.10"
|
||||||
sha2 = "0.10"
|
sha2 = "0.10"
|
||||||
smallvec = "1"
|
smallvec = "1"
|
||||||
stop-token = "0.7"
|
|
||||||
strum = "0.24"
|
strum = "0.24"
|
||||||
strum_macros = "0.24"
|
strum_macros = "0.24"
|
||||||
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