mirror of
https://github.com/trafficlunar/computer-statistics.git
synced 2026-03-28 11:13:12 +00:00
chore: update dependencies
This commit is contained in:
parent
c6091c039b
commit
b2c2b850f1
2 changed files with 426 additions and 465 deletions
881
Cargo.lock
generated
881
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
10
Cargo.toml
10
Cargo.toml
|
|
@ -7,8 +7,8 @@ edition = "2021"
|
|||
dotenvy = "0.15.7"
|
||||
futures-util = "0.3.31"
|
||||
inputbot = "0.6.0"
|
||||
notify-rust = "4.11.3"
|
||||
sysinfo = "0.36.1"
|
||||
tokio = { version = "1.47.1", features = ["full"] }
|
||||
tokio-tungstenite = { version = "0.27.0", features = ["native-tls"] }
|
||||
url = "2.5.4"
|
||||
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"] }
|
||||
url = "2.5.8"
|
||||
|
|
|
|||
Loading…
Reference in a new issue