mirror of
https://codeberg.org/icewind/mitemp-prometheus.git
synced 2026-06-03 17:14:08 +02:00
tokio 1.0
This commit is contained in:
parent
284f83a904
commit
0852ef4c59
2 changed files with 230 additions and 381 deletions
611
Cargo.lock
generated
611
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
dotenv = "0.15.0"
|
dotenv = "0.15.0"
|
||||||
main_error = "0.1.0"
|
main_error = "0.1.0"
|
||||||
tokio = { version = "0.2", features = ["macros"] }
|
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
|
||||||
warp = "0.2"
|
warp = "0.3"
|
||||||
mitemp = { version = "0.2.0", git = "https://github.com/icewind1991/mitemp-rs" }
|
mitemp = { version = "0.2.0", git = "https://github.com/icewind1991/mitemp-rs" }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue