mirror of
https://codeberg.org/icewind/taspromto.git
synced 2026-06-03 08:34:21 +02:00
updates + msrv
This commit is contained in:
parent
89511832c2
commit
172760cae2
2 changed files with 223 additions and 258 deletions
478
Cargo.lock
generated
478
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
17
Cargo.toml
17
Cargo.toml
|
|
@ -1,23 +1,24 @@
|
||||||
[package]
|
[package]
|
||||||
name = "taspromto"
|
name = "taspromto"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
|
rust-version = "1.74.1"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rumqttc = "0.24.0"
|
rumqttc = "0.24.0"
|
||||||
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
|
tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread"] }
|
||||||
dashmap = "5.5.3"
|
dashmap = "6.1.0"
|
||||||
jzon = "0.12.5"
|
jzon = "0.12.5"
|
||||||
warp = "0.3.7"
|
warp = "0.3.7"
|
||||||
dotenvy = "0.15.7"
|
dotenvy = "0.15.7"
|
||||||
ctrlc = { version = "3.4.4", features = ["termination"] }
|
ctrlc = { version = "3.4.5", features = ["termination"] }
|
||||||
color-eyre = "0.6.3"
|
color-eyre = "0.6.3"
|
||||||
async-stream = "0.3.5"
|
async-stream = "0.3.6"
|
||||||
pin-utils = "0.1.0"
|
pin-utils = "0.1.0"
|
||||||
hostname = "0.4.0"
|
hostname = "0.4.0"
|
||||||
tokio-stream = { version = "0.1.15", features = ["net"] }
|
tokio-stream = { version = "0.1.16", features = ["net"] }
|
||||||
serde = { version = "1.0.200", features = ["derive"] }
|
serde = { version = "1.0.213", features = ["derive"] }
|
||||||
secretfile = "0.1.0"
|
secretfile = "0.1.0"
|
||||||
toml = "0.8.19"
|
toml = "0.8.19"
|
||||||
clap = { version = "4.5.20", features = ["derive"] }
|
clap = { version = "4.5.20", features = ["derive"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue