Skip to content

Commit cc8ea10

Browse files
committed
Sort deps
1 parent ab67c0a commit cc8ea10

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,24 +50,24 @@ webrtc-sys = { version = "0.3.21", path = "webrtc-sys" }
5050
webrtc-sys-build = { version = "0.3.12", path = "webrtc-sys/build" }
5151
yuv-sys = { version = "0.3.10", path = "yuv-sys" }
5252

53-
rand = "0.9"
54-
env_logger = "0.11"
55-
parking_lot = "0.12"
56-
thiserror = "1"
57-
log = "0.4"
58-
lazy_static = "1.4"
59-
tokio = "1"
53+
anyhow = "1.0"
6054
bytes = "1.10"
61-
futures-util = "0.3"
62-
futures = "0.3"
6355
clap = "4.5"
64-
anyhow = "1.0"
65-
serde_json = "1.0"
66-
serde = "1"
56+
console-subscriber = "0.1"
57+
env_logger = "0.11"
58+
futures = "0.3"
59+
futures-util = "0.3"
60+
lazy_static = "1.4"
61+
log = "0.4"
62+
parking_lot = "0.12"
6763
prost = "0.14"
68-
prost-types = "0.14"
6964
prost-build = "0.14"
70-
console-subscriber = "0.1"
65+
prost-types = "0.14"
66+
rand = "0.9"
67+
serde = "1"
68+
serde_json = "1.0"
69+
thiserror = "1"
70+
tokio = "1"
7171

7272
[profile.release]
7373
opt-level = "z"

0 commit comments

Comments
 (0)