mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 11:26:29 +03:00
build: remove unused quoted_printable dependency
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1349,7 +1349,6 @@ dependencies = [
|
|||||||
"proptest",
|
"proptest",
|
||||||
"qrcodegen",
|
"qrcodegen",
|
||||||
"quick-xml",
|
"quick-xml",
|
||||||
"quoted_printable",
|
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
"ratelimit",
|
"ratelimit",
|
||||||
"regex",
|
"regex",
|
||||||
|
|||||||
@@ -83,7 +83,6 @@ pgp = { version = "0.16.0", default-features = false }
|
|||||||
pin-project = "1"
|
pin-project = "1"
|
||||||
qrcodegen = "1.7.0"
|
qrcodegen = "1.7.0"
|
||||||
quick-xml = "0.37"
|
quick-xml = "0.37"
|
||||||
quoted_printable = "0.5"
|
|
||||||
rand = { workspace = true }
|
rand = { workspace = true }
|
||||||
regex = { workspace = true }
|
regex = { workspace = true }
|
||||||
rusqlite = { workspace = true, features = ["sqlcipher"] }
|
rusqlite = { workspace = true, features = ["sqlcipher"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user