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"] }