Skip to content

Commit 856cfcc

Browse files
committed
fix(pkg): format + sort deps in Cargo.toml
Signed-off-by: Deep Panchal <[email protected]>
1 parent d13e814 commit 856cfcc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ license = "MIT"
1212

1313
[dependencies]
1414
aws-iot-device-sdk-rust = "0.6.0"
15-
rumqttc = "0.24.0"
1615
chrono = "0.4.40"
17-
clap = { version = "4.5.31", features = ["derive", "env"] }
16+
clap = { version = "4.5.32", features = ["derive", "env"] }
1817
colored = "3.0.0"
18+
env_logger = "0.11.7"
19+
json-pretty-compact = "0.1.2"
20+
log = "0.4.26"
1921
regex = "1.11.1"
22+
rumqttc = "0.24.0"
23+
serde = "1.0.219"
2024
serde_json = "1.0.140"
2125
term_size = "0.3.2"
22-
tokio = { version = "1.44.0", features = ["full"] }
23-
env_logger = "0.11.6"
24-
log = "0.4.26"
25-
json-pretty-compact = "0.1.2"
26-
serde = "1.0.219"
26+
tokio = { version = "1.44.1", features = ["full"] }

0 commit comments

Comments
 (0)