mirror of
https://codeberg.org/icewind/mitemp-rs.git
synced 2026-06-03 17:24:08 +02:00
bumb dependencies
This commit is contained in:
parent
15e70d0212
commit
a161742989
2 changed files with 12 additions and 6 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -7,12 +7,13 @@ description = "Read Xiaomi MI Temperature and Humidity Sensor over BLE"
|
|||
license = "MIT/Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
btleplug = "0.9"
|
||||
num_enum = "0.5"
|
||||
tokio-stream = "0.1"
|
||||
uuid = "0.8"
|
||||
btleplug = "0.9.2"
|
||||
num_enum = "0.5.7"
|
||||
tokio-stream = "0.1.8"
|
||||
uuid = "0.8.2"
|
||||
log = "0.4.16"
|
||||
|
||||
[dev-dependencies]
|
||||
main_error = "0.1"
|
||||
env_logger = "0.9"
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||
tokio = { version = "1.17.0", features = ["macros", "rt-multi-thread"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue