@@ -54,17 +54,17 @@ encoded-words = { git = "https://github.com/async-email/encoded-words", branch =
5454escaper = " 0.1"
5555fast-socks5 = " 0.9"
5656fd-lock = " 4"
57- futures = { workspace = true }
5857futures-lite = { workspace = true }
58+ futures = { workspace = true }
5959hex = " 0.4.0"
6060hickory-resolver = " =0.25.0-alpha.2"
6161http-body-util = " 0.1.2"
6262humansize = " 2"
6363hyper = " 1"
6464hyper-util = " 0.1.7"
6565image = { version = " 0.25.1" , default-features =false , features = [" gif" , " jpeg" , " ico" , " png" , " pnm" , " webp" , " bmp" ] }
66- iroh-net = { version = " 0.25.0" , default-features = false }
6766iroh-gossip = { version = " 0.25.0" , default-features = false , features = [" net" ] }
67+ iroh-net = { version = " 0.25.0" , default-features = false }
6868kamadak-exif = " 0.5.3"
6969lettre_email = { git = " https://github.com/deltachat/lettre" , branch = " master" }
7070libc = { workspace = true }
@@ -74,8 +74,8 @@ num_cpus = "1.16"
7474num-derive = " 0.4"
7575num-traits = { workspace = true }
7676once_cell = { workspace = true }
77- percent-encoding = " 2.3"
7877parking_lot = " 0.12"
78+ percent-encoding = " 2.3"
7979pgp = { version = " 0.13.2" , default-features = false }
8080pin-project = " 1"
8181qrcodegen = " 1.7.0"
@@ -97,11 +97,11 @@ strum_macros = "0.26"
9797tagger = " 4.3.4"
9898textwrap = " 0.16.1"
9999thiserror = { workspace = true }
100- tokio = { workspace = true , features = [" fs" , " rt-multi-thread" , " macros" ] }
101100tokio-io-timeout = " 1.2.0"
102101tokio-stream = { version = " 0.1.15" , features = [" fs" ] }
103102tokio-tar = { version = " 0.3" } # TODO: integrate tokio into async-tar
104103tokio-util = { workspace = true }
104+ tokio = { workspace = true , features = [" fs" , " rt-multi-thread" , " macros" ] }
105105toml = " 0.8"
106106url = " 2"
107107uuid = { version = " 1" , features = [" serde" , " v4" ] }
@@ -112,11 +112,11 @@ criterion = { version = "0.5.1", features = ["async_tokio"] }
112112futures-lite = { workspace = true }
113113log = { workspace = true }
114114nu-ansi-term = { workspace = true }
115+ pretty_assertions = " 1.3.0"
115116proptest = { version = " 1" , default-features = false , features = [" std" ] }
116117tempfile = { workspace = true }
117118testdir = " 0.9.0"
118119tokio = { workspace = true , features = [" rt-multi-thread" , " macros" ] }
119- pretty_assertions = " 1.3.0"
120120
121121[workspace ]
122122members = [
@@ -178,8 +178,8 @@ rand = "0.8"
178178regex = " 1.10"
179179rusqlite = " 0.32"
180180sanitize-filename = " 0.5"
181- serde_json = " 1"
182181serde = " 1.0"
182+ serde_json = " 1"
183183tempfile = " 3.10.1"
184184thiserror = " 1"
185185
0 commit comments