From 9278aaa494d25118c5d30576da844d2d1f93a4e7 Mon Sep 17 00:00:00 2001 From: FxQnLr Date: Wed, 10 Apr 2024 12:21:36 +0200 Subject: Updated dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8709e56..ca3a926 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,9 +17,9 @@ config = "0.14" dirs = "5.0" futures-util = "0.3" indicatif = "0.17" -reqwest = { version = "0.11", features = ["blocking"] } +reqwest = { version = "0.12", features = ["blocking"] } serde = "1.0" serde_json = "1.0" thiserror = "1.0" -tokio = { version = "1.36", features = ["macros", "rt-multi-thread", "io-std"] } +tokio = { version = "1.37", features = ["macros", "rt-multi-thread", "io-std"] } tokio-tungstenite = "0.21" -- cgit v1.2.3