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 transitive dependencies to remove some deps #72601

Merged
merged 5 commits into from
May 27, 2020

Commits on May 26, 2020

  1. cargo update -p colored

        Updating colored v1.6.0 -> v1.9.3
        Removing lazy_static v0.2.11
    JohnTitor committed May 26, 2020
    Configuration menu
    Copy the full SHA
    1f0a395 View commit details
    Browse the repository at this point in the history
  2. cargo update -p regex --aggressive

        Updating aho-corasick v0.7.3 -> v0.7.10
        Updating memchr v2.3.2 -> v2.3.3
        Updating regex v1.1.6 -> v1.3.7
        Updating regex-syntax v0.6.6 -> v0.6.17
        Removing thread_local v0.3.6
        Removing ucd-util v0.1.3
        Removing utf8-ranges v1.0.2
    JohnTitor committed May 26, 2020
    Configuration menu
    Copy the full SHA
    b4b76b8 View commit details
    Browse the repository at this point in the history
  3. cargo update -p rls-analysis

        Removing itertools v0.7.8
        Updating rls-analysis v0.18.0 -> v0.18.1
        Updating rls-span v0.5.1 -> v0.5.2
    JohnTitor committed May 26, 2020
    Configuration menu
    Copy the full SHA
    a6e58ae View commit details
    Browse the repository at this point in the history
  4. cargo update -p atty --aggressive

        Updating atty v0.2.11 -> v0.2.14
        Removing c2-chacha v0.2.3
        Updating cc v1.0.52 -> v1.0.54
        Updating ppv-lite86 v0.2.6 -> v0.2.8
        Updating rand_chacha v0.2.1 -> v0.2.2
        Removing redox_termios v0.1.1
        Removing termion v1.5.1
    JohnTitor committed May 26, 2020
    Configuration menu
    Copy the full SHA
    9f8628b View commit details
    Browse the repository at this point in the history
  5. Update allowed crates list

    JohnTitor committed May 26, 2020
    Configuration menu
    Copy the full SHA
    3d4f478 View commit details
    Browse the repository at this point in the history