diff --git a/Cargo.lock b/Cargo.lock index bb24a4d..57fd3c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -773,9 +773,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" [[package]] name = "hyper" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4fe55fb7a772d59a5ff1dfbff4fe0258d19b89fec4b233e75d35d5d2316badc" +checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 06126de..af48e08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ tokio = { version = "1", features = ["full"] } slack-morphism = { version = "2.3.2", features = ["hyper"] } chrono = "0.4.38" hyper-rustls = "0.26.0" -hyper = "1.4.0" +hyper = "1.4.1" async-trait = "0.1.81" tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }