build: remove unused quoted_printable dependency

This commit is contained in:
link2xt
2025-09-12 00:05:32 +00:00
committed by l
parent 7ee6f2c36a
commit 545643b610
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -1349,7 +1349,6 @@ dependencies = [
"proptest",
"qrcodegen",
"quick-xml",
"quoted_printable",
"rand 0.8.5",
"ratelimit",
"regex",

View File

@@ -83,7 +83,6 @@ pgp = { version = "0.16.0", default-features = false }
pin-project = "1"
qrcodegen = "1.7.0"
quick-xml = "0.37"
quoted_printable = "0.5"
rand = { workspace = true }
regex = { workspace = true }
rusqlite = { workspace = true, features = ["sqlcipher"] }