mirror of
https://codeberg.org/icewind/taspromto.git
synced 2026-08-02 12:14:45 +02:00
cargo updates
This commit is contained in:
parent
443aaa2712
commit
ccbac033d3
2 changed files with 97 additions and 98 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -3,14 +3,14 @@ name = "taspromto"
|
|||
version = "0.2.0"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2024"
|
||||
rust-version = "1.85.0"
|
||||
rust-version = "1.87.0"
|
||||
|
||||
[dependencies]
|
||||
rumqttc = "0.25.1"
|
||||
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread", "signal"] }
|
||||
dashmap = "6.1.0"
|
||||
tokio = { version = "1.52.3", features = ["macros", "rt-multi-thread", "signal"] }
|
||||
dashmap = "6.2.1"
|
||||
jzon = "0.12.5"
|
||||
warp = { version = "0.4.2", features = ["server"] }
|
||||
warp = { version = "0.4.3", features = ["server"] }
|
||||
dotenvy = "0.15.7"
|
||||
ctrlc = { version = "3.5.2", features = ["termination"] }
|
||||
color-eyre = "0.6.5"
|
||||
|
|
@ -20,8 +20,8 @@ hostname = "0.4.2"
|
|||
tokio-stream = { version = "0.1.18", features = ["net"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
secretfile = "0.1.1"
|
||||
toml = "1.1.0"
|
||||
clap = { version = "4.5.61", features = ["derive"] }
|
||||
toml = "1.1.2"
|
||||
clap = { version = "4.6.1", features = ["derive"] }
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue