diff --git a/Cargo.lock b/Cargo.lock index 0e7bf62..8607750 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -902,9 +902,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" [[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/Cargo.toml b/Cargo.toml index 2c9fa16..e48e5c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ tokio = { version = "1", features = ["full"] } slack-morphism = { version = "2.5.0", features = ["hyper"] } chrono = "0.4.38" hyper-rustls = "0.27.3" -hyper = "1.4.1" +hyper = "1.5.0" async-trait = "0.1.83" semver = "1.0.23" url = "2.5.2"