Skip to content

Commit ebd4e05

Browse files
chore(deps): bump clap from 4.5.38 to 4.5.50
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.38 to 4.5.50. - [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_complete-v4.5.38...clap_complete-v4.5.50) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.50 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d748a0f commit ebd4e05

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -9,7 +9,7 @@ description = "A simple ssh server based on quic protocol"
99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
12-
clap = { version = "4.5.38", features = ["derive"] }
12+
clap = { version = "4.5.50", features = ["derive"] }
1313
quinn = "0.10.2"
1414
tokio = { version = "1.45.0", features = ["full"] }
1515
url = "2.5.2"

0 commit comments

Comments
 (0)