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]