chore(interop): Update clap to 4.0.26 (#1162)

This commit is contained in:
tottoto
2022-11-28 10:39:34 -05:00
committed by GitHub
parent 933f560735
commit b65b52baf0
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ path = "src/bin/server.rs"
[dependencies]
async-stream = "0.3"
bytes = "1.0"
clap = {version = "3.2.1", features = ["derive"]}
clap = {version = "4.0.26", features = ["derive"]}
console = "0.14"
futures-core = "0.3"
futures-util = "0.3"