diff --git a/Cargo.lock b/Cargo.lock index c210d79..c3e7810 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1296,9 +1296,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" [[package]] name = "hyper" -version = "1.5.1" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" +checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 9737f6b..a7e75e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ tokio = { version = "1", features = ["full"] } slack-morphism = { version = "2.7.0", features = ["hyper"] } chrono = "0.4.39" hyper-rustls = "0.27.3" -hyper = "1.5.1" +hyper = "1.5.2" async-trait = "0.1.83" semver = "1.0.24" url = "2.5.4"