Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 91b5423

Browse files
dependabot[bot]liquid-sky
authored andcommitted
Update clap requirement from 2.33.1 to 4.1.6
Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_generate-v3.0.0-rc.0...v4.1.6) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ddc4980 commit 91b5423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ handlers = { path = "../handlers" }
1212
actix = "0.10.0" # Actor communication between handlers and Git
1313
actix-rt = "1.1.1" # Actix macros
1414
actix-web = "3.0.2" # Web framework
15-
clap = "2.33.1" # CLI argument parsing
15+
clap = "4.1.6" # CLI argument parsing
1616
env_logger = "0.7.1" # Configure logging level with env variables
1717
log = "0.4.11" # Logging facade
1818
serde = "1.0.114" # Serialisation of results

0 commit comments

Comments
 (0)