chore: remove direct "quinn" dependency

This commit is contained in:
link2xt
2024-08-03 20:16:05 +00:00
parent 9788fb16e8
commit fd183c6ee5
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -1456,7 +1456,6 @@ dependencies = [
"proptest",
"qrcodegen",
"quick-xml",
"quinn 0.10.2",
"quoted_printable",
"rand 0.8.5",
"ratelimit",

View File

@@ -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 }