We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13e814 commit 856cfccCopy full SHA for 856cfcc
Cargo.toml
@@ -12,15 +12,15 @@ license = "MIT"
12
13
[dependencies]
14
aws-iot-device-sdk-rust = "0.6.0"
15
-rumqttc = "0.24.0"
16
chrono = "0.4.40"
17
-clap = { version = "4.5.31", features = ["derive", "env"] }
+clap = { version = "4.5.32", features = ["derive", "env"] }
18
colored = "3.0.0"
+env_logger = "0.11.7"
19
+json-pretty-compact = "0.1.2"
20
+log = "0.4.26"
21
regex = "1.11.1"
22
+rumqttc = "0.24.0"
23
+serde = "1.0.219"
24
serde_json = "1.0.140"
25
term_size = "0.3.2"
-tokio = { version = "1.44.0", features = ["full"] }
-env_logger = "0.11.6"
-log = "0.4.26"
-json-pretty-compact = "0.1.2"
26
-serde = "1.0.219"
+tokio = { version = "1.44.1", features = ["full"] }
0 commit comments