Skip to content

Commit

Permalink
chore: Update anstyle/anstream
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Apr 13, 2023
1 parent 0deb422 commit 9c85e1b
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 45 deletions.
152 changes: 109 additions & 43 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions clap_builder/Cargo.toml
Expand Up @@ -61,8 +61,8 @@ clap_lex = { path = "../clap_lex", version = "0.4.0" }
bitflags = "1.2.0"
unicase = { version = "2.6.0", optional = true }
strsim = { version = "0.10.0", optional = true }
anstream = { version = "0.2.5", optional = true }
anstyle = { version = "0.3.5", features = ["std"], optional = true }
anstream = { version = "0.3.0", optional = true }
anstyle = { version = "1.0.0", features = ["std"], optional = true }
terminal_size = { version = "0.2.1", optional = true }
backtrace = { version = "0.3.67", optional = true }
unicode-width = { version = "0.1.9", optional = true }
Expand Down

0 comments on commit 9c85e1b

Please sign in to comment.