diff --git a/Cargo.lock b/Cargo.lock index f7b37ef..8948505 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -100,9 +100,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.72" +version = "0.1.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc6dde6e4ed435a4c1ee4e73592f5ba9da2151af10076cc04858746af9352d09" +checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index f570a20..1b3d7db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ slack-morphism = { version = "1.14.0", features = ["hyper"] } chrono = "0.4.26" hyper-rustls = "0.24.1" hyper = "0.14.27" -async-trait = "0.1.72" +async-trait = "0.1.73" tracing = "0.1.38" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } semver = "1.0.18"