Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 505bd61

Browse files
Bump clap from 2.33.3 to 2.34.0 in /src/proxy-manager
Bumps [clap](https://github.com/clap-rs/clap) from 2.33.3 to 2.34.0. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/commits) --- 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 9b44d9c commit 505bd61

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/proxy-manager/Cargo.lock

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

src/proxy-manager/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88

99
[dependencies]
1010
anyhow = "1.0"
11-
clap = "2.33"
11+
clap = "2.34"
1212
env_logger = "0.9"
1313
futures = "0.3"
1414
reqwest = { version = "0.11", features = ["json", "stream"] }

0 commit comments

Comments
 (0)