Update to clap 4.2.7 (#125)

This commit is contained in:
tottoto
2023-05-18 19:55:46 +09:00
committed by GitHub
parent df98a941ac
commit fe55e5f5eb
3 changed files with 496 additions and 311 deletions

View File

@@ -25,7 +25,7 @@ async-stream = "0.3.0"
atoi = "2.0.0"
bytes = "1"
rand = "0.8.5"
clap = { version = "3.1.18", features = ["derive"] }
clap = { version = "4.2.7", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1"
tracing = "0.1.34"