From 66cf5cc388af947846caf5b7118257df01d60725 Mon Sep 17 00:00:00 2001 From: Ladislav Hano Date: Sun, 26 Jan 2025 21:38:51 +0100 Subject: [PATCH] chore: update dependencies --- tenorv2/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tenorv2/Cargo.toml b/tenorv2/Cargo.toml index 53ffe0b..4fe7c10 100644 --- a/tenorv2/Cargo.toml +++ b/tenorv2/Cargo.toml @@ -8,9 +8,9 @@ edition = "2021" [dependencies] regex = "1.11.1" json = "0.12.4" -reqwest = "0.12.9" +reqwest = "0.12.12" form_urlencoded = "1.2.1" -thiserror = "2.0.3" +thiserror = "2.0.11" dotenv = "0.15.0" [features]