Skip to content

Commit

Permalink
[CHORE] Update Rust crate colored to v3 (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 authored Jan 14, 2025
2 parents ccd0d9e + e08b035 commit 105476f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 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 owmods_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "GPL-3.0-or-later"
[dependencies]
owmods_core = { version = "0.15.0", path = "../owmods_core" }
clap = { version = "4.5.4", features = ["derive"] }
colored = "2.1.0"
colored = "3.0.0"
anyhow = "1.0.82"
indicatif = { version = "0.17.8", features = ["improved_unicode"] }
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
Expand Down

0 comments on commit 105476f

Please sign in to comment.