diff --git a/Cargo.lock b/Cargo.lock index 12d272a..ef58bca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -987,9 +987,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "1.4.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" +checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" dependencies = [ "bytes", "futures-channel", diff --git a/server/Cargo.toml b/server/Cargo.toml index 5fe78a2..532022a 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -15,7 +15,7 @@ anyhow = "1.0.71" base64 = "0.22.0" buf-read-ext = "0.4.0" httparse = "1.8.0" -hyper = { version = "1.2.0", features = ["full"] } +hyper = { version = "1.5.0", features = ["full"] } itoa = "1.0.6" libgssapi = { version = "0.7.2", features = ["iov"] } log = "0.4.19"