diff --git a/Cargo.lock b/Cargo.lock index 69b77c0..0c27064 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -280,9 +280,9 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.83" +version = "0.1.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" +checksum = "1b1244b10dcd56c92219da4e14caa97e312079e185f04ba3eea25061561dc0a0" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 0980393..605819b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ slack-morphism = { version = "2.8.0", features = ["hyper"] } chrono = "0.4.39" hyper-rustls = "0.27.5" hyper = "1.5.2" -async-trait = "0.1.83" +async-trait = "0.1.84" semver = "1.0.24" url = "2.5.4" futures = "0.3.31"