Skip to content

Commit

Permalink
fix(deps): update rust crate catppuccin to 2.2 (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 31, 2024
1 parent 90f4466 commit fe9fd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whiskers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cast_sign_loss = "allow"
[dependencies]
anyhow = "1.0"
base64 = "0.22"
catppuccin = { version = "2.1", features = ["serde", "css-colors"] }
catppuccin = { version = "2.2", features = ["serde", "css-colors"] }
clap = { version = "4.5", features = ["derive"] }
clap-stdin = "0.4.0"
css-colors = "1.0"
Expand Down

0 comments on commit fe9fd1a

Please sign in to comment.