From ffedfd00a46147b225c834187fc298e88e60d0c5 Mon Sep 17 00:00:00 2001 From: FxQnLr Date: Mon, 26 Feb 2024 12:43:35 +0100 Subject: Closes #6. Should autodetect config dir --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4791c6c..36b08c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,6 @@ indicatif = "0.17" reqwest = { version = "0.11", features = ["blocking"] } serde = "1.0" serde_json = "1.0" -thiserror = "1.0.57" +thiserror = "1.0" tokio = { version = "1.36", features = ["macros", "rt-multi-thread", "io-std"] } tokio-tungstenite = "0.21" -- cgit v1.2.3