diff --git a/Cargo.lock b/Cargo.lock index 27d4691..40414f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2109,9 +2109,9 @@ dependencies = [ [[package]] name = "slack-morphism" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cef9c4ccf4f28dc7fddf630e06832da19df08571c4621de0c573d4d7715eaca1" +checksum = "1f3da59ae127a6f833e1aa3f81cd575bdb7ae9b5a0c69ca48ad815977861c947" dependencies = [ "async-recursion", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index e6f4cc5..a8ee19f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tui = "0.19.0" crossterm = { version = "0.28.1", features = ["event-stream"] } tabled = "0.16.0" tokio = { version = "1", features = ["full"] } -slack-morphism = { version = "2.5.0", features = ["hyper"] } +slack-morphism = { version = "2.6.0", features = ["hyper"] } chrono = "0.4.38" hyper-rustls = "0.27.3" hyper = "1.5.0"