Skip to content

Commit

Permalink
build(deps): update rust crate bstr to 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent fd5aa4e commit 1556505
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 lcat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "Another lolcat in rust! Full unicode support, escapes for ANSI es
default = ["clap"]

[dependencies]
bstr = "1.11.0"
bstr = "1.11.1"
clap = { version = "4.5.23", features = ["derive", "wrap_help"], optional = true }
colorgrad = { version = "0.7.0", default-features = false, features = ["preset"] }
fastrand = "2.3.0"
Expand Down

0 comments on commit 1556505

Please sign in to comment.