diff --git a/Cargo.lock b/Cargo.lock index 6063854..041865d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -164,9 +164,9 @@ checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "async-trait" -version = "0.1.80" +version = "0.1.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" +checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index c178d4d..df33419 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ clap-verbosity-flag = "2.2.0" clap_complete = "4.5.7" cmd_lib = "1.3.0" tokio = { version = "1.38.0", features = ["process", "io-util", "macros", "signal", "rt-multi-thread"] } -async-trait = "0.1.67" +async-trait = "0.1.81" nix = { version = "0.29.0", features = ["signal"], default-features = false } git2 = "0.19.0" chrono = { version = "0.4.24", default-features = false }