From 0877850a63791772dd19a0af9a0c7c87940aead2 Mon Sep 17 00:00:00 2001 From: fxqnlr Date: Mon, 17 Jun 2024 11:17:18 +0200 Subject: cargo update --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ca3a926..cf545aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,5 +21,5 @@ reqwest = { version = "0.12", features = ["blocking"] } serde = "1.0" serde_json = "1.0" thiserror = "1.0" -tokio = { version = "1.37", features = ["macros", "rt-multi-thread", "io-std"] } -tokio-tungstenite = "0.21" +tokio = { version = "1.38", features = ["macros", "rt-multi-thread", "io-std"] } +tokio-tungstenite = "0.23" -- cgit v1.2.3