diff --git a/Cargo.lock b/Cargo.lock index 6b06a89..48a3fc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -618,9 +618,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" [[package]] name = "hyper" -version = "0.14.23" +version = "0.14.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c" +checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 68f8f9f..f50f276 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ tokio = { version = "1", features = ["full"] } slack-morphism = { version = "1.4.2", features = ["hyper"] } chrono = "0.4.19" hyper-rustls = "0.23.2" -hyper = "0.14.18" +hyper = "0.14.24" async-trait = "0.1.64" tracing = "0.1.5" tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }