Skip to content

Commit

Permalink
Update Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Jul 9, 2022
1 parent 921aa50 commit 4a7b773
Showing 1 changed file with 10 additions and 46 deletions.
56 changes: 10 additions & 46 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ dependencies = [
"cargo-test-macro",
"cargo-test-support",
"cargo-util",
"clap 3.2.5",
"clap",
"crates-io",
"crossbeam-utils",
"curl",
Expand Down Expand Up @@ -572,21 +572,6 @@ dependencies = [
"winapi",
]

[[package]]
name = "clap"
version = "2.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
dependencies = [
"ansi_term",
"atty",
"bitflags",
"strsim 0.8.0",
"textwrap 0.11.0",
"unicode-width",
"vec_map",
]

[[package]]
name = "clap"
version = "3.2.5"
Expand All @@ -599,9 +584,9 @@ dependencies = [
"clap_lex",
"indexmap",
"once_cell",
"strsim 0.10.0",
"strsim",
"termcolor",
"textwrap 0.15.0",
"textwrap",
]

[[package]]
Expand All @@ -610,7 +595,7 @@ version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df6f3613c0a3cddfd78b41b10203eb322cb29b600cbdf808a7d3db95691b8e25"
dependencies = [
"clap 3.2.5",
"clap",
]

[[package]]
Expand Down Expand Up @@ -668,7 +653,7 @@ name = "clippy_dev"
version = "0.0.1"
dependencies = [
"aho-corasick",
"clap 3.2.5",
"clap",
"indoc",
"itertools",
"opener",
Expand Down Expand Up @@ -1861,7 +1846,7 @@ name = "installer"
version = "0.0.0"
dependencies = [
"anyhow",
"clap 3.1.1",
"clap",
"flate2",
"lazy_static",
"num_cpus",
Expand Down Expand Up @@ -2309,7 +2294,7 @@ dependencies = [
"ammonia",
"anyhow",
"chrono",
"clap 3.2.5",
"clap",
"clap_complete",
"elasticlunr-rs",
"env_logger 0.7.1",
Expand Down Expand Up @@ -3384,7 +3369,7 @@ dependencies = [
name = "rustbook"
version = "0.1.0"
dependencies = [
"clap 3.1.1",
"clap",
"env_logger 0.7.1",
"mdbook",
]
Expand Down Expand Up @@ -3472,7 +3457,7 @@ version = "1.0.0"
dependencies = [
"bstr",
"byteorder",
"clap 3.2.5",
"clap",
"crossbeam-utils",
"libc",
"libz-sys",
Expand Down Expand Up @@ -4661,7 +4646,7 @@ dependencies = [
"anyhow",
"bytecount",
"cargo_metadata",
"clap 3.2.5",
"clap",
"derive-new",
"diff",
"dirs",
Expand Down Expand Up @@ -5052,12 +5037,6 @@ dependencies = [
"vte",
]

[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"

[[package]]
name = "strsim"
version = "0.10.0"
Expand Down Expand Up @@ -5198,15 +5177,6 @@ dependencies = [
"term",
]

[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]

[[package]]
name = "textwrap"
version = "0.15.0"
Expand Down Expand Up @@ -5727,12 +5697,6 @@ version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"

[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"

[[package]]
name = "vergen"
version = "5.1.0"
Expand Down

0 comments on commit 4a7b773

Please sign in to comment.