diff --git a/Cargo.lock b/Cargo.lock index c992689..f55719f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -74,9 +74,9 @@ checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" [[package]] name = "async-trait" -version = "0.1.82" +version = "0.1.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1" +checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 063105a..b1a28c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ path = "./src/main.rs" default = [] [dependencies] -async-trait = "0.1.82" +async-trait = "0.1.83" tokio = { version = "1.40.0", features = ["rt", "rt-multi-thread", "macros"] } clap = "4.5.17" clap_complete = "4.5.26" @@ -31,7 +31,7 @@ anyhow = "1.0.87" version-compare = "0.2.0" [build-dependencies] -async-trait = "0.1.82" +async-trait = "0.1.83" tokio = { version = "1.40.0", features = ["rt", "rt-multi-thread", "macros"] } serde = { version = "1.0.210", features = ["derive"] } serde_yaml = "0.9.34"