Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update various dependencies #1748

Merged
merged 4 commits into from
Apr 11, 2019
Merged

Update various dependencies #1748

merged 4 commits into from
Apr 11, 2019

Conversation

tesuji
Copy link
Contributor

@tesuji tesuji commented Apr 10, 2019

Big changes:

  • Remove deprecated gcc crate, use cc crate instead.
  • Update rand v5.0 -> v6.0
  • Update scopeguard v0.3 -> v1.0

Details:

% cargo update
    Updating crates.io index
    Updating aho-corasick v0.6.10 -> v0.7.3
    Removing arrayref v0.3.5
    Updating backtrace v0.3.14 -> v0.3.15
    Updating block-buffer v0.3.3 -> v0.7.0
      Adding block-padding v0.1.3
    Updating byte-tools v0.2.0 -> v0.3.1
    Updating cc v1.0.31 -> v1.0.35
    Updating clap v2.32.0 -> v2.33.0
    Updating digest v0.7.6 -> v0.8.0
    Updating either v1.5.1 -> v1.5.2
    Updating futures v0.1.25 -> v0.1.26
    Removing gcc v0.3.55
    Updating generic-array v0.9.0 -> v0.12.0
    Updating h2 v0.1.17 -> v0.1.18
    Updating http v0.1.16 -> v0.1.17
    Updating hyper v0.12.25 -> v0.12.27
    Updating itertools v0.7.11 -> v0.8.0
    Updating libc v0.2.50 -> v0.2.51
      Adding opaque-debug v0.2.2
    Updating openssl v0.10.19 -> v0.10.20
    Updating openssl-sys v0.9.42 -> v0.9.43
    Updating quote v0.6.11 -> v0.6.12
    Removing rand v0.5.6
    Updating redox_syscall v0.1.51 -> v0.1.54
    Updating regex v1.1.2 -> v1.1.5
    Updating regex-syntax v0.6.5 -> v0.6.6
      Adding scopeguard v1.0.0
    Updating serde v1.0.89 -> v1.0.90
    Updating sha2 v0.7.1 -> v0.8.0
    Updating strsim v0.7.0 -> v0.8.0
    Updating syn v0.15.29 -> v0.15.30
    Updating term v0.5.1 -> v0.5.2
    Updating textwrap v0.10.0 -> v0.11.0
    Updating tokio v0.1.17 -> v0.1.18
    Updating tokio-current-thread v0.1.5 -> v0.1.6
    Updating tokio-executor v0.1.6 -> v0.1.7
    Updating tokio-threadpool v0.1.12 -> v0.1.13
    Updating toml v0.4.10 -> v0.5.0
    Updating uuid v0.7.2 -> v0.7.4
    Updating wait-timeout v0.1.5 -> v0.2.0
    Updating winapi v0.3.6 -> v0.3.7
    Updating winreg v0.5.1 -> v0.6.0

@tesuji tesuji force-pushed the outdated branch 2 times, most recently from 26dee86 to a32a870 Compare April 10, 2019 19:59
Copy link
Member

@nrc nrc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks!

@nrc nrc merged commit 9c172f8 into rust-lang:master Apr 11, 2019
@bors bors mentioned this pull request Apr 11, 2019
@tesuji tesuji deleted the outdated branch April 11, 2019 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants