mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 02:08:09 +00:00
Update dependencies
This commit is contained in:
parent
39f1851791
commit
4655fb5fda
1 changed files with 13 additions and 13 deletions
26
deps/Cargo.toml
vendored
26
deps/Cargo.toml
vendored
|
@ -6,20 +6,20 @@ version = "0.0.0"
|
||||||
name = "null"
|
name = "null"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.1.8"
|
libc = "0.1"
|
||||||
getopts = "0.2.11"
|
getopts = "0.2"
|
||||||
bit-vec = "0.4.0"
|
bit-vec = "0.4"
|
||||||
bit-set = "0.2.0"
|
bit-set = "0.2"
|
||||||
vec_map = "0.3.0"
|
vec_map = "0.3"
|
||||||
num_cpus = "*"
|
num_cpus = "0.2"
|
||||||
rand = "0.3.8"
|
rand = "0.3"
|
||||||
regex = "0.1.38"
|
regex = "0.1"
|
||||||
rust-crypto = "0.2.31"
|
rust-crypto = "0.2"
|
||||||
rustc-serialize = "0.3.15"
|
rustc-serialize = "0.3"
|
||||||
time = "0.1.26"
|
time = "0.1"
|
||||||
unicode-width = "0.1.1"
|
unicode-width = "0.1"
|
||||||
winapi = "0.2"
|
winapi = "0.2"
|
||||||
advapi32-sys = "0.1"
|
advapi32-sys = "0.1"
|
||||||
kernel32-sys = "0.1"
|
kernel32-sys = "0.1"
|
||||||
walker = "^1.0.0"
|
walker = "^1.0"
|
||||||
filetime = "0.1"
|
filetime = "0.1"
|
||||||
|
|
Loading…
Reference in a new issue