diff --git a/Cargo.lock b/Cargo.lock index deb0b63..48f374b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -266,9 +266,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "1.10.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb92f162bf56536459fc83c79b974bb12837acfed43d6bc370a7916d0ae15ecc" +checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498" dependencies = [ "atomic-waker", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 82d29d4..fb47c00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] http-body-util = "0.1.3" -hyper = { version = "1.10.0", features = ["server", "http1"] } +hyper = { version = "1.10.1", features = ["server", "http1"] } hyper-util = { version = "0.1.20", features = ["server", "server-auto", "http1", "tokio"] } lazy_static = "1.5.0" log = { version = "0.4.30", features = ["std"] }