Skip to content

Commit

Permalink
fix(deps): update rust crate base64 to 0.22.1 (#188)
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 May 4, 2024
1 parent 42779a4 commit 74c103f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion whiskers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cast_sign_loss = "allow"

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

0 comments on commit 74c103f

Please sign in to comment.