Skip to content

Commit b18ab8b

Browse files
chore(deps): bump clap from 4.5.1 to 4.5.2
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.1 to 4.5.2. - [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.1...v4.5.2) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 930a50d commit b18ab8b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+4-4
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
@@ -73,7 +73,7 @@ uuid = { version = "1", features = ["v4"] }
7373
colored = "2.1.0"
7474
url = "2.5.0"
7575
tempfile = "3.9.0"
76-
clap = { version = "4.4.18", features = ["derive", "env"]}
76+
clap = { version = "4.5.2", features = ["derive", "env"]}
7777
anyhow = "1.0.79"
7878
hex-literal = "0.4.1"
7979
trace = "0.1.7"

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.2", 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)