diff --git a/Cargo.lock b/Cargo.lock index 1675318..a3c0e88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,9 +67,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" [[package]] name = "async-recursion" diff --git a/Cargo.toml b/Cargo.toml index dd20ebf..98b0067 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ clap = { version = "4.4.11", features = ["string", "derive"] } serde = { version = "1.0.197", features = ["derive"] } tokio = { version = "1.35.1", features = ["full"] } async-recursion = "1.0.5" -anyhow = "1.0.75" +anyhow = "1.0.80" colored = "2.1.0" toml = "0.8.8" columns = "0.1.0"