Skip to content

Commit 3483776

Browse files
chore(deps): bump clap from 4.5.38 to 4.5.40
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.38 to 4.5.40. - [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.40) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.40 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 90c091f commit 3483776

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.

apps/freenet-ping/app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
anyhow = "1.0"
88
chrono = { workspace = true, features = ["default"] }
9-
clap = { version = "4.4", features = ["derive"] }
9+
clap = { version = "4.5", features = ["derive"] }
1010
freenet-stdlib = { workspace = true, features = ["net"] }
1111
freenet-ping-types = { path = "../types", features = ["std", "clap"] }
1212
futures = "0.3.31"

0 commit comments

Comments
 (0)