chore: update packages
This commit is contained in:
parent
a93fc137e8
commit
3397a2ffa1
3 changed files with 423 additions and 497 deletions
914
Cargo.lock
generated
914
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -7,6 +7,6 @@ edition = "2021"
|
|||
dotenvy = "0.15.7"
|
||||
inputbot = "0.6.0"
|
||||
notify-rust = "4.11.3"
|
||||
sysinfo = "0.32.1"
|
||||
tungstenite = { version = "0.24.0", features = ["native-tls"] }
|
||||
sysinfo = "0.36.1"
|
||||
tungstenite = { version = "0.27.0", features = ["native-tls"] }
|
||||
url = "2.5.4"
|
||||
|
|
|
|||
|
|
@ -57,5 +57,5 @@ pub fn send(
|
|||
|
||||
println!("Sending to WebSocket: {}", message);
|
||||
|
||||
socket.send(Message::Text(message)).unwrap();
|
||||
socket.send(Message::Text(message.into())).unwrap();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue