mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 17:06:35 +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:
@@ -62,7 +62,6 @@ serde = { version = "1.0", features = ["derive"] }
|
||||
sha-1 = "0.10"
|
||||
sha2 = "0.10"
|
||||
smallvec = "1"
|
||||
stop-token = "0.7"
|
||||
strum = "0.24"
|
||||
strum_macros = "0.24"
|
||||
surf = { version = "2.3", default-features = false, features = ["h1-client"] }
|
||||
|
||||
Reference in New Issue
Block a user