diff --git a/Cargo.toml b/Cargo.toml index 03761da..f731db4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ figment = { version = "0.10.19", features = ["env", "toml"] } humantime = "2.3.0" humantime-serde = "1.1.1" prometheus-client = "0.25.0" -reqwest = { version = "0.12.24", default-features = false, features = [ +reqwest = { version = "0.13.0", default-features = false, features = [ "gzip", "json", "rustls-tls",