diff --git a/Cargo.lock b/Cargo.lock index 4d055ee..602f7ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1648,9 +1648,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.8.1" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" +checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca" dependencies = [ "atomic-waker", "bytes", @@ -1663,7 +1663,6 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "pin-utils", "smallvec", "tokio", "want", diff --git a/Cargo.toml b/Cargo.toml index 5163dec..4c23fbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ google-storage1 = "7.0.0" hex = "0.4.3" hmac = "0.13.0" http = "1.4.0" -hyper = "1.8.1" +hyper = "1.9.0" itertools = "0.14.0" jsonwebtoken = { version = "10.2", features = ["aws_lc_rs"] } meilisearch-sdk = "0.33.0"