From 545643b610bbb2e8abfaeb7cf2541e59c2b0afd7 Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 12 Sep 2025 00:05:32 +0000 Subject: [PATCH] build: remove unused quoted_printable dependency --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d601fa14..1b1553066 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1349,7 +1349,6 @@ dependencies = [ "proptest", "qrcodegen", "quick-xml", - "quoted_printable", "rand 0.8.5", "ratelimit", "regex", diff --git a/Cargo.toml b/Cargo.toml index 965d670f7..f31d63da8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }