From 47a8bacf4757db8c56cace1b0e415ea2cbc932ae Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Sun, 21 Apr 2024 22:11:43 +0200 Subject: [PATCH] chore: update tokio dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ab1611d..89aabe6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ futures-util = "0.3" reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -tokio = { version = "1.36", features = ["rt-multi-thread", "macros"], default-features = false } +tokio = { version = "1.37", features = ["rt-multi-thread", "macros"], default-features = false } tokio-tungstenite = { version = "0.21", features = ["connect", "rustls-tls-webpki-roots"], default-features = false } url = "2.5" base64 = "0.22"