diff --git a/whiskers/Cargo.toml b/whiskers/Cargo.toml index 4adc549b..896283e8 100644 --- a/whiskers/Cargo.toml +++ b/whiskers/Cargo.toml @@ -32,7 +32,7 @@ cast_possible_truncation = "allow" cast_sign_loss = "allow" [dependencies] -anyhow = "1.0" +anyhow = "1.0.82" base64 = "0.22" catppuccin = { version = "2.2", features = ["serde", "css-colors"] } clap = { version = "4.5", features = ["derive"] }