chore: update clap and env_logger
This commit is contained in:
parent
dbdd2a8805
commit
04dd7ed000
2 changed files with 3 additions and 3 deletions
|
|
@ -15,5 +15,5 @@ tokio = { version = "1.20.0", features = ["macros", "rt-multi-thread"] }
|
||||||
indicatif = "0.17.0"
|
indicatif = "0.17.0"
|
||||||
futures = "0.3.21"
|
futures = "0.3.21"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
clap = { version = "3.2.16", features = ["derive"] }
|
clap = { version = "4.0.29", features = ["derive"] }
|
||||||
env_logger = "0.10.0"
|
env_logger = "0.10.0"
|
||||||
|
|
|
||||||
|
|
@ -13,8 +13,8 @@ serde_json = "1.0.82"
|
||||||
serde_with = "2.0.0"
|
serde_with = "2.0.0"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
env_logger = "0.9.0"
|
env_logger = "0.10.0"
|
||||||
clap = { version = "3.2.16", features = ["derive"] }
|
clap = { version = "4.0.29", features = ["derive"] }
|
||||||
phf_codegen = "0.11.1"
|
phf_codegen = "0.11.1"
|
||||||
once_cell = "1.12.0"
|
once_cell = "1.12.0"
|
||||||
fancy-regex = "0.10.0"
|
fancy-regex = "0.10.0"
|
||||||
|
|
|
||||||
Reference in a new issue