Skip to content

Commit ba549b4

Browse files
Update Rust crate clap to v4
1 parent 894b6ec commit ba549b4

2 files changed

Lines changed: 112 additions & 74 deletions

File tree

Cargo.lock

Lines changed: 111 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tokio = { version = "1", features =["process", "io-std"] }
1919
futures = "0.3"
2020
tokio-process-stream = "0.3.0"
2121
actix-files = "0.6.2"
22-
clap = { version = "3", features = ["derive"] }
22+
clap = { version = "4", features = ["derive"] }
2323
actix-ws = "0.2.0"
2424
log = "0.4"
2525
env_logger = "0.9"

0 commit comments

Comments
 (0)