Skip to content

Commit

Permalink
Bump clap from 3.2.20 to 3.2.21 (rust-lang#404)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.20 to 3.2.21.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.21/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.2.20...v3.2.21)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 22, 2022
1 parent 54122e1 commit 569cc38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/bin/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ pkg-fmt = "zip"

[dependencies]
binstalk = { path = "../binstalk", version = "0.2.0" }
clap = { version = "3.2.17", features = ["derive"] }
clap = { version = "3.2.21", features = ["derive"] }
crates_io_api = { version = "0.8.1", default-features = false }
dirs = "4.0.0"
log = "0.4.17"
Expand Down
2 changes: 1 addition & 1 deletion crates/binstalk/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ async-trait = "0.1.57"
bytes = "1.2.1"
bzip2 = "0.4.3"
cargo_toml = "0.11.5"
clap = { version = "3.2.17", features = ["derive"] }
clap = { version = "3.2.21", features = ["derive"] }
compact_str = { version = "0.6.0", features = ["serde"] }
crates_io_api = { version = "0.8.1", default-features = false }
detect-targets = { version = "0.1.2", path = "../detect-targets" }
Expand Down

0 comments on commit 569cc38

Please sign in to comment.