Skip to content

Commit f6b5e8a

Browse files
committed
Update getopts to 0.2.19
1 parent 28b8c20 commit f6b5e8a

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Cargo.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ dependencies = [
169169
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
170170
"cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
171171
"filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
172-
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
172+
"getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
173173
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
174174
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
175175
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -463,7 +463,7 @@ dependencies = [
463463
"diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
464464
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
465465
"filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
466-
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
466+
"getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
467467
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
468468
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
469469
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -484,7 +484,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
484484
dependencies = [
485485
"diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
486486
"filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
487-
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
487+
"getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
488488
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
489489
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
490490
"miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -974,7 +974,7 @@ dependencies = [
974974

975975
[[package]]
976976
name = "getopts"
977-
version = "0.2.18"
977+
version = "0.2.19"
978978
source = "registry+https://github.com/rust-lang/crates.io-index"
979979
dependencies = [
980980
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1989,7 +1989,7 @@ version = "0.1.2"
19891989
source = "registry+https://github.com/rust-lang/crates.io-index"
19901990
dependencies = [
19911991
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
1992-
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
1992+
"getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
19931993
]
19941994

19951995
[[package]]
@@ -2008,7 +2008,7 @@ version = "0.5.0"
20082008
source = "registry+https://github.com/rust-lang/crates.io-index"
20092009
dependencies = [
20102010
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2011-
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
2011+
"getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
20122012
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
20132013
"unicase 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
20142014
]
@@ -3094,7 +3094,7 @@ dependencies = [
30943094
"dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
30953095
"env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
30963096
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
3097-
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
3097+
"getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
30983098
"ignore 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
30993099
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
31003100
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3521,7 +3521,7 @@ dependencies = [
35213521
name = "test"
35223522
version = "0.0.0"
35233523
dependencies = [
3524-
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
3524+
"getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
35253525
"proc_macro 0.0.0",
35263526
"term 0.0.0",
35273527
]
@@ -3531,7 +3531,7 @@ name = "tester"
35313531
version = "0.5.0"
35323532
source = "registry+https://github.com/rust-lang/crates.io-index"
35333533
dependencies = [
3534-
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
3534+
"getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
35353535
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
35363536
"term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
35373537
]
@@ -4130,7 +4130,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
41304130
"checksum futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "1a70b146671de62ec8c8ed572219ca5d594d9b06c0b364d5e67b722fc559b48c"
41314131
"checksum fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34dd4c507af68d37ffef962063dfa1944ce0dd4d5b82043dbab1dabe088610c3"
41324132
"checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d"
4133-
"checksum getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "0a7292d30132fb5424b354f5dc02512a86e4c516fe544bb7a25e7f266951b797"
4133+
"checksum getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "72327b15c228bfe31f1390f93dd5e9279587f0463836393c9df719ce62a3e450"
41344134
"checksum git2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7339329bfa14a00223244311560d11f8f489b453fb90092af97f267a6090ab0"
41354135
"checksum git2-curl 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d58551e903ed7e2d6fe3a2f3c7efa3a784ec29b19d0fbb035aaf0497c183fbdd"
41364136
"checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"

src/bootstrap/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ build_helper = { path = "../build_helper" }
3939
cmake = "0.1.38"
4040
filetime = "0.2"
4141
num_cpus = "1.0"
42-
getopts = "0.2.18"
42+
getopts = "0.2.19"
4343
cc = "1.0.35"
4444
libc = "0.2"
4545
serde = "1.0.8"

src/libtest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path = "lib.rs"
1010
crate-type = ["dylib", "rlib"]
1111

1212
[dependencies]
13-
getopts = "0.2.18"
13+
getopts = "0.2.19"
1414
term = { path = "../libterm" }
1515

1616
# not actually used but needed to always have proc_macro in the sysroot

0 commit comments

Comments
 (0)