Skip to content

Commit be1dfbb

Browse files
chore(deps): bump clap from 4.4.18 to 4.5.0
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.18 to 4.5.0. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.4.18...clap_complete-v4.5.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2bc2bff commit be1dfbb

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

Cargo.lock

+16-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ uuid = { version = "1", features = ["v4"] }
7272
colored = "2.1.0"
7373
url = "2.5.0"
7474
tempfile = "3.9.0"
75-
clap = { version = "4.4.18", features = ["derive", "env"]}
75+
clap = { version = "4.5.0", features = ["derive", "env"]}
7676
anyhow = "1.0.79"
7777
hex-literal = "0.4.1"
7878

packages/torrent-repository-benchmarks/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ version.workspace = true
1515

1616
[dependencies]
1717
aquatic_udp_protocol = "0.8.0"
18-
clap = { version = "4.4.8", features = ["derive"] }
18+
clap = { version = "4.5.0", features = ["derive"] }
1919
futures = "0.3.29"
2020
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread", "signal", "sync"] }
2121
torrust-tracker = { path = "../../" }

0 commit comments

Comments
 (0)