diff --git a/Cargo.lock b/Cargo.lock index 00d306a..81c42e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,9 +146,9 @@ checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" [[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 bd29051..3ceba83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ include = ["/src", "LICENSE.txt", "CHANGELOG.md", "README.md"] [dependencies] ansi-to-tui = "6.0.0" -async-trait = "0.1.82" +async-trait = "0.1.83" bollard = { version = "0.17.1", features = ["ssl"] } byte-unit = { version = "5.1.4", features = ["byte"] } chrono = "0.4.38"