diff --git a/tldextract-rs/Cargo.toml b/tldextract-rs/Cargo.toml index 9dba099..9a08c04 100644 --- a/tldextract-rs/Cargo.toml +++ b/tldextract-rs/Cargo.toml @@ -14,6 +14,6 @@ repository = "https://github.com/emo-crab/tldextract-rs" [dependencies] serde = { version = "1", features = ["derive"], optional = true } -reqwest = { version = "0.11.14", features = ["blocking", "native-tls", "native-tls-vendored"], default-features = false, optional = true } +reqwest = { version = "0.12.2", features = ["blocking", "native-tls", "native-tls-vendored"], default-features = false, optional = true } idna = "0.5.0" thiserror = "1" \ No newline at end of file