diff --git a/Cargo.toml b/Cargo.toml index ff4f4c3..47e21de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,6 @@ uuid = { version = "1.0", features = ["serde", "v4"] } chrono = { version = "0.4", features = ["serde"] } anyhow = "1.0" tokio = { version = "1.40", features = ["full"] } -reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] } +reqwest = { version = "0.12" } sha2 = "0.10" quick-xml = "0.36"