diff --git a/Cargo.lock b/Cargo.lock index 1c2a0db..2be611a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2901,9 +2901,9 @@ dependencies = [ [[package]] name = "slack-morphism" -version = "2.2.0" +version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c42ccefce572e3c2f8c934316ea051401cd0aad2a0691a042e0c0dad488ae1f" +checksum = "c2dbcf0b054f351a48fac1ccf1e7fad50fbe4cb8db6398f40ad5489b95d77fae" dependencies = [ "async-recursion", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index b2227de..85069c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ regex = "1.10.4" reqwest = "0.12.4" serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.117" -slack-morphism = { version = "2.2.0", features = ["axum"] } +slack-morphism = { version = "2.3.2", features = ["axum"] } tokio = { version = "1.38.0", features = ["full"] } tokio-util = { version = "0.7.11", features = ["rt"] } tower = "0.4.13"