mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 17:58:06 +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"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.1.8"
|
||||
getopts = "0.2.11"
|
||||
bit-vec = "0.4.0"
|
||||
bit-set = "0.2.0"
|
||||
vec_map = "0.3.0"
|
||||
num_cpus = "*"
|
||||
rand = "0.3.8"
|
||||
regex = "0.1.38"
|
||||
rust-crypto = "0.2.31"
|
||||
rustc-serialize = "0.3.15"
|
||||
time = "0.1.26"
|
||||
unicode-width = "0.1.1"
|
||||
libc = "0.1"
|
||||
getopts = "0.2"
|
||||
bit-vec = "0.4"
|
||||
bit-set = "0.2"
|
||||
vec_map = "0.3"
|
||||
num_cpus = "0.2"
|
||||
rand = "0.3"
|
||||
regex = "0.1"
|
||||
rust-crypto = "0.2"
|
||||
rustc-serialize = "0.3"
|
||||
time = "0.1"
|
||||
unicode-width = "0.1"
|
||||
winapi = "0.2"
|
||||
advapi32-sys = "0.1"
|
||||
kernel32-sys = "0.1"
|
||||
walker = "^1.0.0"
|
||||
walker = "^1.0"
|
||||
filetime = "0.1"
|
||||
|
|
Loading…
Reference in a new issue