diff --git a/Cargo.toml b/Cargo.toml index 14beb78..7e388ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ codegen-units = 1 panic = "abort" [dependencies] -anyhow = "1.0.81" +anyhow = "1.0.82" clap = { version = "4.5.4", features = ["derive"] } colored = "2.1.0"