chore: update dependencies

This commit is contained in:
trafficlunar 2026-02-05 19:07:14 +00:00
parent c6091c039b
commit b2c2b850f1
2 changed files with 426 additions and 465 deletions

881
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -7,8 +7,8 @@ edition = "2021"
dotenvy = "0.15.7" dotenvy = "0.15.7"
futures-util = "0.3.31" futures-util = "0.3.31"
inputbot = "0.6.0" inputbot = "0.6.0"
notify-rust = "4.11.3" notify-rust = "4.12.0"
sysinfo = "0.36.1" sysinfo = "0.38.0"
tokio = { version = "1.47.1", features = ["full"] } tokio = { version = "1.49.0", features = ["full"] }
tokio-tungstenite = { version = "0.27.0", features = ["native-tls"] } tokio-tungstenite = { version = "0.28.0", features = ["native-tls"] }
url = "2.5.4" url = "2.5.8"