From fd183c6ee56435ec7c4039f6d97047fdb2a211f6 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 3 Aug 2024 20:16:05 +0000 Subject: [PATCH] chore: remove direct "quinn" dependency --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a62ea5ce5..5965d5f8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1456,7 +1456,6 @@ dependencies = [ "proptest", "qrcodegen", "quick-xml", - "quinn 0.10.2", "quoted_printable", "rand 0.8.5", "ratelimit", diff --git a/Cargo.toml b/Cargo.toml index 15457d84b..8ca09d864 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,6 @@ image = { version = "0.25.1", default-features=false, features = ["gif", "jpeg", iroh_old = { version = "0.4.2", default-features = false, package = "iroh"} iroh-net = { version = "0.21.0", default-features = false } iroh-gossip = { version = "0.21.0", default-features = false, features = ["net"] } -quinn = "0.10.0" kamadak-exif = "0.5.3" lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" } libc = { workspace = true }