mirror of
https://github.com/chatmail/core.git
synced 2026-05-13 20:06:30 +03:00
chore: remove direct "quinn" dependency
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1456,7 +1456,6 @@ dependencies = [
|
|||||||
"proptest",
|
"proptest",
|
||||||
"qrcodegen",
|
"qrcodegen",
|
||||||
"quick-xml",
|
"quick-xml",
|
||||||
"quinn 0.10.2",
|
|
||||||
"quoted_printable",
|
"quoted_printable",
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
"ratelimit",
|
"ratelimit",
|
||||||
|
|||||||
@@ -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_old = { version = "0.4.2", default-features = false, package = "iroh"}
|
||||||
iroh-net = { version = "0.21.0", default-features = false }
|
iroh-net = { version = "0.21.0", default-features = false }
|
||||||
iroh-gossip = { version = "0.21.0", default-features = false, features = ["net"] }
|
iroh-gossip = { version = "0.21.0", default-features = false, features = ["net"] }
|
||||||
quinn = "0.10.0"
|
|
||||||
kamadak-exif = "0.5.3"
|
kamadak-exif = "0.5.3"
|
||||||
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
|
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
|
||||||
libc = { workspace = true }
|
libc = { workspace = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user