diff --git a/Cargo.lock b/Cargo.lock index bcd6820..633bd70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1137,9 +1137,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "1.4.1" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" +checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" dependencies = [ "bytes", "futures-channel", diff --git a/wacker/Cargo.toml b/wacker/Cargo.toml index 363f0aa..ddf8d70 100644 --- a/wacker/Cargo.toml +++ b/wacker/Cargo.toml @@ -30,7 +30,7 @@ rand = "0.8.5" tower = "0.4.13" prost = "0.13.1" async-stream = "0.3.5" -hyper = "1.4.1" +hyper = "1.5.1" hyper-util = "0.1.6" http = "1.1.0" http-body-util = "0.1.2"