diff --git a/Cargo.toml b/Cargo.toml index 6fdcbdff..650ef976 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ anyhow = "1" ahash = "0.8" hex = "0.4" async-trait = "0.1" -reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json"], optional = true } +reqwest = { version = "0.13", default-features = false, features = ["rustls-tls", "json"], optional = true } hickory-resolver = { version = "0.25", optional = true } tls-parser = { version = "0.12", optional = true } x509-parser = { version = "0.18", optional = true }