diff --git a/Cargo.lock b/Cargo.lock index 57182a8..853314d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -280,9 +280,9 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.85" +version = "0.1.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" +checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index d560d6a..bd92b69 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.6.0" -async-trait = "0.1.85" +async-trait = "0.1.86" semver = "1.0.25" url = "2.5.4" futures = "0.3.31"