Skip to content

Commit

Permalink
fix(deps): update rust crate base64 to 0.21.5 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 10, 2023
1 parent 02676a9 commit be92614
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 @@ -14,7 +14,7 @@ name = "whiskers"
path = "src/main.rs"

[dependencies]
base64 = "0.21.4"
base64 = "0.21.5"
catppuccin = { version = "1.3.0", features = ["css"] }
clap = { version = "4.4.7", features = ["derive"] }
clap-stdin = "0.2.1"
Expand Down

0 comments on commit be92614

Please sign in to comment.