Skip to content

Commit

Permalink
chore: Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Dec 2, 2022
1 parent 1e50344 commit 5482632
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 23 deletions.
30 changes: 10 additions & 20 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ ignore = "0.4"
serde = { version = "1.0", features = ["derive"] }
toml_edit = { version = "0.15.0", features = ["easy"] }
log = "0.4"
env_logger = { version = "0.9", default-features = false, features = ["termcolor"] }
env_logger = { version = "0.10", default-features = false, features = ["auto-color"] }
atty = "0.2.14"
yansi = "0.5.1"
concolor = { version = "0.0.9" }
concolor-clap = { version = "0.0.12", features = ["api_unstable"] }
concolor = { version = "0.0.11" }
concolor-clap = { version = "0.0.13", features = ["api_unstable"] }
bstr = "1.0"
once_cell = "1.16.0"
ahash = "0.8"
Expand Down

0 comments on commit 5482632

Please sign in to comment.