diff --git a/Cargo.toml b/Cargo.toml index fb684cd..618d5bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["peopledatalabs", "person-data", "company-data", "sdk", "api"] categories = ["api-bindings"] [dependencies] -hyper = { version = "0.14.27", features = ["client", "http1"] } +hyper = { version = "1.0.1", features = ["client", "http1"] } hyper-tls = "0.5.0" reqwest = { version = "0.11.18", features = ["json", "blocking"] } serde = { version = "1.0.180", features = ["derive"] }