Skip to content

Commit bfef129

Browse files
committed
chore: sort dependency list
1 parent 486ea3a commit bfef129

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@ encoded-words = { git = "https://github.com/async-email/encoded-words", branch =
5454
escaper = "0.1"
5555
fast-socks5 = "0.9"
5656
fd-lock = "4"
57-
futures = { workspace = true }
5857
futures-lite = { workspace = true }
58+
futures = { workspace = true }
5959
hex = "0.4.0"
6060
hickory-resolver = "=0.25.0-alpha.2"
6161
http-body-util = "0.1.2"
6262
humansize = "2"
6363
hyper = "1"
6464
hyper-util = "0.1.7"
6565
image = { 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 }
6766
iroh-gossip = { version = "0.25.0", default-features = false, features = ["net"] }
67+
iroh-net = { version = "0.25.0", default-features = false }
6868
kamadak-exif = "0.5.3"
6969
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
7070
libc = { workspace = true }
@@ -74,8 +74,8 @@ num_cpus = "1.16"
7474
num-derive = "0.4"
7575
num-traits = { workspace = true }
7676
once_cell = { workspace = true }
77-
percent-encoding = "2.3"
7877
parking_lot = "0.12"
78+
percent-encoding = "2.3"
7979
pgp = { version = "0.13.2", default-features = false }
8080
pin-project = "1"
8181
qrcodegen = "1.7.0"
@@ -97,11 +97,11 @@ strum_macros = "0.26"
9797
tagger = "4.3.4"
9898
textwrap = "0.16.1"
9999
thiserror = { workspace = true }
100-
tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros"] }
101100
tokio-io-timeout = "1.2.0"
102101
tokio-stream = { version = "0.1.15", features = ["fs"] }
103102
tokio-tar = { version = "0.3" } # TODO: integrate tokio into async-tar
104103
tokio-util = { workspace = true }
104+
tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros"] }
105105
toml = "0.8"
106106
url = "2"
107107
uuid = { version = "1", features = ["serde", "v4"] }
@@ -112,11 +112,11 @@ criterion = { version = "0.5.1", features = ["async_tokio"] }
112112
futures-lite = { workspace = true }
113113
log = { workspace = true }
114114
nu-ansi-term = { workspace = true }
115+
pretty_assertions = "1.3.0"
115116
proptest = { version = "1", default-features = false, features = ["std"] }
116117
tempfile = { workspace = true }
117118
testdir = "0.9.0"
118119
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
119-
pretty_assertions = "1.3.0"
120120

121121
[workspace]
122122
members = [
@@ -178,8 +178,8 @@ rand = "0.8"
178178
regex = "1.10"
179179
rusqlite = "0.32"
180180
sanitize-filename = "0.5"
181-
serde_json = "1"
182181
serde = "1.0"
182+
serde_json = "1"
183183
tempfile = "3.10.1"
184184
thiserror = "1"
185185

0 commit comments

Comments
 (0)