diff --git a/Cargo.lock b/Cargo.lock index 5e25029..8e5927a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -744,9 +744,9 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.24.1" +version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97" +checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", "http", diff --git a/Cargo.toml b/Cargo.toml index 43e307c..ad4b26b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ tabled = "0.14.0" tokio = { version = "1", features = ["full"] } slack-morphism = { version = "1.15.1", features = ["hyper"] } chrono = "0.4.31" -hyper-rustls = "0.24.1" +hyper-rustls = "0.24.2" hyper = "0.14.27" async-trait = "0.1.74" tracing = "0.1.40"