diff --git a/Cargo.lock b/Cargo.lock index 65edd07..78cff02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -652,7 +652,7 @@ dependencies = [ "clap", "crossterm 0.27.0", "futures", - "hyper 1.0.0", + "hyper 1.0.1", "hyper-rustls", "lazy_static", "log", @@ -765,9 +765,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24590385be94998c5def4cf53d34edc5381144c805126f00efb954d986f9a7b2" +checksum = "403f9214f3e703236b221f1a9cd88ec8b4adfa5296de01ab96216361f4692f56" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index c13962b..bb5baeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ tokio = { version = "1", features = ["full"] } slack-morphism = { version = "1.15.1", features = ["hyper"] } chrono = "0.4.31" hyper-rustls = "0.24.2" -hyper = "1.0.0" +hyper = "1.0.1" async-trait = "0.1.74" tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }