mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 04:27:45 +00:00
ptx: delete getopts dependency (#1942)
* chore: delete getopts dependency * deps: update Cargo.lock
This commit is contained in:
parent
2ba56a7765
commit
ac7edcc4fa
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1927,7 +1927,6 @@ version = "0.0.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aho-corasick 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
"aho-corasick 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"libc 0.2.85 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.2.85 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"regex 1.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"regex 1.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -17,7 +17,6 @@ path = "src/ptx.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "2.33"
|
clap = "2.33"
|
||||||
aho-corasick = "0.7.3"
|
aho-corasick = "0.7.3"
|
||||||
getopts = "0.2.18"
|
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
memchr = "2.2.0"
|
memchr = "2.2.0"
|
||||||
regex = "1.0.1"
|
regex = "1.0.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue