mirror of
https://codeberg.org/icewind/lightflash.git
synced 2026-06-04 02:24:07 +02:00
cargo update
This commit is contained in:
parent
2ff729bfa5
commit
f5f2d57004
2 changed files with 125 additions and 273 deletions
18
Cargo.toml
18
Cargo.toml
|
|
@ -6,14 +6,14 @@ rust-version = "1.91.1"
|
|||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
thiserror = "2.0.17"
|
||||
serde_json = "1.0.145"
|
||||
tokio = { version = "1.48.0", features = ["rt-multi-thread", "macros"] }
|
||||
thiserror = "2.0.18"
|
||||
serde_json = "1.0.149"
|
||||
tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros"] }
|
||||
secretfile = "0.1.1"
|
||||
toml = "0.9.8"
|
||||
clap = { version = "4.5.50", features = ["derive"] }
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = "0.3.20"
|
||||
toml = "0.9.12"
|
||||
clap = { version = "4.5.57", features = ["derive"] }
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = "0.3.22"
|
||||
main_error = "0.1.2"
|
||||
rumqttc = "0.25.0"
|
||||
hostname = "0.4.1"
|
||||
rumqttc = "0.25.1"
|
||||
hostname = "0.4.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue