mirror of
https://github.com/trafficlunar/computer-statistics.git
synced 2026-05-13 04:47:50 +00:00
chore: update dependencies
This commit is contained in:
parent
b2c2b850f1
commit
1b52bee69c
2 changed files with 456 additions and 309 deletions
755
Cargo.lock
generated
755
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
10
Cargo.toml
10
Cargo.toml
|
|
@ -5,10 +5,10 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
dotenvy = "0.15.7"
|
||||
futures-util = "0.3.31"
|
||||
futures-util = "0.3.32"
|
||||
inputbot = "0.6.0"
|
||||
notify-rust = "4.12.0"
|
||||
sysinfo = "0.38.0"
|
||||
tokio = { version = "1.49.0", features = ["full"] }
|
||||
tokio-tungstenite = { version = "0.28.0", features = ["native-tls"] }
|
||||
notify-rust = "4.16.0"
|
||||
sysinfo = "0.38.4"
|
||||
tokio = { version = "1.52.1", features = ["full"] }
|
||||
tokio-tungstenite = { version = "0.29.0", features = ["native-tls"] }
|
||||
url = "2.5.8"
|
||||
|
|
|
|||
Loading…
Reference in a new issue