Skip to content

Commit 3071716

Browse files
dependabot[bot]zonyitoo
authored andcommitted
Bump clap from 4.0.10 to 4.0.11
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.10 to 4.0.11. - [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.0.10...v4.0.11) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0c93874 commit 3071716

File tree

2 files changed

+6
-40
lines changed

2 files changed

+6
-40
lines changed

Cargo.lock

Lines changed: 5 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/shadowsocks-tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path = "src/dns_pressure.rs"
1010
[dependencies]
1111
shadowsocks = { version = "1.12.3", path = "../shadowsocks" }
1212

13-
clap = { version = "3", features = ["wrap_help", "suggestions"] }
13+
clap = { version = "4", features = ["wrap_help", "suggestions"] }
1414
tokio = { version = "1", features = ["full"] }
1515
trust-dns-proto = "0.22"
1616
rand = "0.8"

0 commit comments

Comments
 (0)