Update clap to 4.0.0
This commit is contained in:
parent
97215faa9c
commit
0ecb11ea7b
3 changed files with 14 additions and 44 deletions
|
|
@ -9,7 +9,7 @@ license = "MIT"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0.65"
|
||||
clap = { version = "3.2.22", features = ["derive"] }
|
||||
clap = { version = "4.0.0", features = ["derive"] }
|
||||
env_logger = "0.9.1"
|
||||
ipnet = "2.5.0"
|
||||
log = "0.4.17"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue