Skip to content
This repository was archived by the owner on Oct 26, 2022. It is now read-only.

Commit 6172b3c

Browse files
dependabot[bot]LMG
authored andcommitted
Bump clap from 3.1.18 to 3.2.6
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.18 to 3.2.6. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v3.1.18...v3.2.6) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e014e6f commit 6172b3c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tokio = { version = "1.16", features = ["full"] }
1616
tokio-util = { version = "0.7", features = ["compat"] }
1717
hyper = { version = "0.14", features = ["stream", "tcp", "server", "http1"] }
1818

19-
clap = { version = "3.1", optional = true }
19+
clap = { version = "3.2", optional = true }
2020
base64 = { version = "0.13", optional = true }
2121
rand = { version = "0.8", optional = true, features = ["std"] }
2222
lazy_static = { version = "1.4", optional = true }

0 commit comments

Comments
 (0)