diff --git a/Cargo.toml b/Cargo.toml index bcd4a33..121a03c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,8 @@ chrono = { version = "0.4", features = ["serde"] } wasm-bindgen = { version = "0.2", optional = true } # HTTP client -reqwest = { version = "0.13", features = ["json", "rustls-tls"] } +# Note: reqwest 0.13 renamed rustls-tls to just rustls +reqwest = { version = "0.13", features = ["json", "rustls"] } # Error handling thiserror = "2"