Skip to content

Commit

Permalink
fix(deps): update rust crate catppuccin to 2.1 (#145)
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 10, 2024
1 parent e0851aa commit 5540590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "src/main.rs"

[dependencies]
base64 = "0.22"
catppuccin = { version = "2.0", features = ["css-colors"] }
catppuccin = { version = "2.1", features = ["css-colors"] }
indexmap = { version = "2.2", features = ["serde"] }
clap = { version = "4.5", features = ["derive"] }
clap-stdin = "0.4"
Expand Down

0 comments on commit 5540590

Please sign in to comment.