diff --git a/Cargo.lock b/Cargo.lock index edbd09207..82654720c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1287,9 +1287,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[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/crates/xline/Cargo.toml b/crates/xline/Cargo.toml index 4d783912a..73cb12de8 100644 --- a/crates/xline/Cargo.toml +++ b/crates/xline/Cargo.toml @@ -28,7 +28,7 @@ engine = { path = "../engine" } event-listener = "5.3.1" flume = "0.11.0" futures = "0.3.25" -hyper = "1.0.0" +hyper = "1.5.0" itertools = "0.13" jsonwebtoken = "9.3.0" log = "0.4.22"