diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-09-29 07:40:29 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-21 06:46:47 +0700 |
commit | 12f551c8a7a68ee6157248ab29cd5b9fdf01f825 (patch) | |
tree | f6d6db619429418f031d72716dc17667ee08613a /development/rustup/rustup.SlackBuild | |
parent | 732ce32053255b6fb96ce3a0fbe618b32d7e9c99 (diff) |
development/rustup: Updated for version 1.14.0
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'development/rustup/rustup.SlackBuild')
-rw-r--r-- | development/rustup/rustup.SlackBuild | 157 |
1 files changed, 84 insertions, 73 deletions
diff --git a/development/rustup/rustup.SlackBuild b/development/rustup/rustup.SlackBuild index 8d15ad9158f3..6f4b1635e9fd 100644 --- a/development/rustup/rustup.SlackBuild +++ b/development/rustup/rustup.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rustup -VERSION=${VERSION:-1.13.0} +VERSION=${VERSION:-1.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -89,78 +89,79 @@ mkdir vendor for dependency in adler32=1.0.3 \ aho-corasick=0.5.3 \ - aho-corasick=0.6.5 \ + aho-corasick=0.6.8 \ ansi_term=0.11.0 \ - arrayref=0.3.4 \ + arrayref=0.3.5 \ arrayvec=0.4.7 \ - atty=0.2.10 \ - backtrace-sys=0.1.23 \ + atty=0.2.11 \ + backtrace-sys=0.1.24 \ backtrace=0.3.9 \ - base64=0.9.2 \ + base64=0.9.3 \ bitflags=0.9.1 \ - bitflags=1.0.3 \ + bitflags=1.0.4 \ block-buffer=0.3.3 \ build_const=0.2.1 \ byte-tools=0.2.0 \ - byteorder=1.2.3 \ - bytes=0.4.8 \ - cc=1.0.17 \ - cfg-if=0.1.4 \ + byteorder=1.2.6 \ + bytes=0.4.10 \ + cc=1.0.25 \ + cfg-if=0.1.5 \ clap=2.32.0 \ cloudabi=0.0.3 \ core-foundation-sys=0.2.3 \ core-foundation=0.2.3 \ crc=1.8.1 \ - crossbeam-deque=0.3.1 \ - crossbeam-epoch=0.4.3 \ - crossbeam-utils=0.3.2 \ - curl-sys=0.4.5 \ - curl=0.4.12 \ - digest=0.7.4 \ + crossbeam-deque=0.6.1 \ + crossbeam-epoch=0.5.2 \ + crossbeam-utils=0.5.0 \ + curl-sys=0.4.11 \ + curl=0.4.17 \ + digest=0.7.5 \ dtoa=0.4.3 \ either=1.5.0 \ - encoding_rs=0.7.2 \ + encoding_rs=0.8.6 \ env_proxy=0.2.0 \ error-chain=0.12.0 \ fake-simd=0.1.2 \ - filetime=0.1.15 \ filetime=0.2.1 \ - flate2=1.0.1 \ + flate2=1.0.2 \ foreign-types-shared=0.1.1 \ foreign-types=0.3.2 \ fuchsia-zircon-sys=0.3.3 \ fuchsia-zircon=0.3.3 \ futures-cpupool=0.1.8 \ - futures=0.1.21 \ + futures=0.1.24 \ gcc=0.3.54 \ generic-array=0.9.0 \ httparse=1.3.2 \ - hyper-tls=0.1.3 \ + hyper-tls=0.1.4 \ hyper=0.11.27 \ - idna=0.1.4 \ + idna=0.1.5 \ iovec=0.1.2 \ itertools=0.7.8 \ - itoa=0.4.2 \ + itoa=0.4.3 \ kernel32-sys=0.2.2 \ language-tags=0.2.2 \ lazy_static=0.2.11 \ - lazy_static=1.0.1 \ - lazycell=0.6.0 \ - libc=0.2.42 \ + lazy_static=1.1.0 \ + lazycell=1.1.0 \ + libc=0.2.43 \ libflate=0.1.16 \ - libz-sys=1.0.18 \ + libz-sys=1.0.22 \ + lock_api=0.1.3 \ log=0.3.9 \ - log=0.4.3 \ - lzma-sys=0.1.9 \ + log=0.4.5 \ + lzma-sys=0.1.10 \ markdown=0.2.0 \ - matches=0.1.6 \ + matches=0.1.8 \ memchr=0.1.11 \ - memchr=2.0.1 \ + memchr=2.1.0 \ memoffset=0.2.1 \ - mime=0.3.8 \ - mime_guess=2.0.0-alpha.5 \ + mime=0.3.9 \ + mime_guess=2.0.0-alpha.6 \ miniz-sys=0.1.10 \ - mio=0.6.15 \ + mio-uds=0.6.7 \ + mio=0.6.16 \ miow=0.2.1 \ native-tls=0.1.5 \ net2=0.2.33 \ @@ -168,33 +169,38 @@ mkdir vendor num_cpus=1.8.0 \ ole32-sys=0.2.0 \ openssl-probe=0.1.2 \ - openssl-sys=0.9.33 \ + openssl-sys=0.9.36 \ openssl=0.9.24 \ + owning_ref=0.3.3 \ + parking_lot=0.6.4 \ + parking_lot_core=0.3.1 \ percent-encoding=1.0.1 \ - phf=0.7.22 \ - phf_codegen=0.7.22 \ - phf_generator=0.7.22 \ - phf_shared=0.7.22 \ + phf=0.7.23 \ + phf_codegen=0.7.23 \ + phf_generator=0.7.23 \ + phf_shared=0.7.23 \ pipeline=0.5.0 \ - pkg-config=0.3.11 \ - proc-macro2=0.4.6 \ - quote=0.6.3 \ + pkg-config=0.3.14 \ + proc-macro2=0.4.19 \ + quote=0.6.8 \ rand=0.3.22 \ - rand=0.4.2 \ - rand=0.5.3 \ + rand=0.4.3 \ + rand=0.5.5 \ rand_core=0.2.1 \ redox_syscall=0.1.40 \ redox_termios=0.1.1 \ regex-syntax=0.3.9 \ - regex-syntax=0.6.1 \ + regex-syntax=0.6.2 \ regex=0.1.80 \ - regex=1.0.1 \ + regex=1.0.5 \ relay=0.1.1 \ remove_dir_all=0.5.1 \ - reqwest=0.8.6 \ - rustc-demangle=0.1.8 \ - safemem=0.2.0 \ - same-file=1.0.2 \ + reqwest=0.8.8 \ + rustc-demangle=0.1.9 \ + rustc_version=0.2.3 \ + ryu=0.2.6 \ + safemem=0.3.0 \ + same-file=1.0.3 \ schannel=0.1.13 \ scoped-tls=0.1.2 \ scopeguard=0.3.3 \ @@ -202,43 +208,47 @@ mkdir vendor security-framework=0.1.16 \ semver-parser=0.7.0 \ semver=0.9.0 \ - serde=1.0.69 \ - serde_derive=1.0.69 \ - serde_json=1.0.22 \ - serde_urlencoded=0.5.2 \ + serde=1.0.79 \ + serde_derive=1.0.79 \ + serde_json=1.0.27 \ + serde_urlencoded=0.5.3 \ sha2=0.7.1 \ - siphasher=0.2.2 \ + siphasher=0.2.3 \ slab=0.3.0 \ - slab=0.4.0 \ + slab=0.4.1 \ smallvec=0.2.1 \ - socket2=0.3.7 \ + smallvec=0.6.5 \ + socket2=0.3.8 \ + stable_deref_trait=1.1.1 \ strsim=0.7.0 \ - syn=0.14.4 \ + syn=0.15.4 \ take=0.1.0 \ tar=0.4.16 \ tempdir=0.3.7 \ - tempfile=3.0.2 \ + tempfile=3.0.4 \ term=0.5.1 \ termion=1.5.1 \ textwrap=0.10.0 \ thread-id=2.0.0 \ thread_local=0.2.7 \ - thread_local=0.3.5 \ + thread_local=0.3.6 \ time=0.1.40 \ tokio-codec=0.1.0 \ tokio-core=0.1.17 \ - tokio-executor=0.1.2 \ - tokio-fs=0.1.1 \ - tokio-io=0.1.7 \ + tokio-current-thread=0.1.1 \ + tokio-executor=0.1.4 \ + tokio-fs=0.1.3 \ + tokio-io=0.1.8 \ tokio-proto=0.1.1 \ - tokio-reactor=0.1.2 \ + tokio-reactor=0.1.5 \ tokio-service=0.1.0 \ - tokio-tcp=0.1.0 \ - tokio-threadpool=0.1.5 \ - tokio-timer=0.2.4 \ + tokio-tcp=0.1.1 \ + tokio-threadpool=0.1.6 \ + tokio-timer=0.2.6 \ tokio-tls=0.1.4 \ - tokio-udp=0.1.1 \ - tokio=0.1.7 \ + tokio-udp=0.1.2 \ + tokio-uds=0.2.1 \ + tokio=0.1.8 \ toml=0.4.6 \ try-lock=0.1.0 \ typenum=1.10.0 \ @@ -252,17 +262,18 @@ mkdir vendor unreachable=1.0.0 \ url=1.7.1 \ utf8-ranges=0.1.3 \ - utf8-ranges=1.0.0 \ + utf8-ranges=1.0.1 \ uuid=0.6.5 \ - vcpkg=0.2.4 \ + vcpkg=0.2.6 \ vec_map=0.8.1 \ version_check=0.1.4 \ void=1.0.2 \ wait-timeout=0.1.5 \ - walkdir=2.1.4 \ + walkdir=2.2.5 \ want=0.0.4 \ winapi-build=0.1.1 \ winapi-i686-pc-windows-gnu=0.4.0 \ + winapi-util=0.1.1 \ winapi-x86_64-pc-windows-gnu=0.4.0 \ winapi=0.2.8 \ winapi=0.3.5 \ |