diff --git a/Cargo.lock b/Cargo.lock index d596be0dc..c2cba9652 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2310,13 +2310,14 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "hyper" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" +checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" dependencies = [ + "atomic-waker", "bytes", "futures-channel", - "futures-util", + "futures-core", "h2", "http", "http-body", @@ -2324,6 +2325,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", + "pin-utils", "smallvec", "tokio", "want", @@ -4102,7 +4104,7 @@ dependencies = [ "sha1", "sha2", "sprintf", - "thiserror 1.0.69", + "thiserror 2.0.15", "tokio", "tracing", "urlencoding", diff --git a/Cargo.toml b/Cargo.toml index d49c673c9..4e4bccf57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -269,7 +269,7 @@ version = "0.1.3" # HTTP client and server [workspace.dependencies.hyper] -version = "1.6.0" +version = "1.7.0" features = ["client", "server", "http1", "http2"] # Additional Hyper utilties