fix(deps): update rust crate log to 0.4.18 #23
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ exclude = [
|
|||
|
||||
[dependencies]
|
||||
clap = { version = "4.3.1", features = ["derive", "color", "cargo", "wrap_help", "suggestions"] }
|
||||
log = "0.4.17"
|
||||
log = "0.4.18"
|
||||
pretty_env_logger = "0.5.0"
|
||||
colored = "2.0.0"
|
||||
# no-panic = "0.1.16"
|
||||
|
|
Loading…
Reference in a new issue