diff --git a/Cargo.toml b/Cargo.toml index 3384f85..503896e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ openapiv3 = "2.2.0" openapiv3_1 = "0.1.5" pollster = "0.4.0" regex = "1.12.2" -reqwest = { version = "0.12.28", default-features = false, features = [ +reqwest = { version = "0.13.0", default-features = false, features = [ "blocking", "gzip", "rustls-tls",