1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-05 04:47:58 +00:00

build(deps): bump clap from 2.33.2 to 2.33.3

Bumps [clap](https://github.com/clap-rs/clap) from 2.33.2 to 2.33.3.
- [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)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-14 17:03:33 +00:00
parent 5ce4322a2c
commit a50ef1d273
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -199,9 +199,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "2.33.2" version = "2.33.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10040cdf04294b565d9e0319955430099ec3813a64c952b86a41200ad714ae48" checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
dependencies = [ dependencies = [
"ansi_term 0.11.0", "ansi_term 0.11.0",
"atty", "atty",

View File

@ -28,7 +28,7 @@ tls-vendored = ["native-tls/vendored"]
[dependencies] [dependencies]
clap = "2.33.1" clap = "2.33.3"
ansi_term = "0.12.1" ansi_term = "0.12.1"
dirs-next = "1.0.1" dirs-next = "1.0.1"
git2 = { version = "0.13.8", default-features = false } git2 = { version = "0.13.8", default-features = false }