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

dependabot: Allow updates for transitive dependencies #1443

Merged
merged 2 commits into from
Jan 25, 2022
Merged

Commits on Jan 25, 2022

  1. dependabot: Allow updates for transitive dependencies

    Dependabot seems to only create updates for direct dependencies. This
    change ensures we receive updates for all dependencies.
    
    Signed-off-by: Oliver Gould <ver@buoyant.io>
    olix0r committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    d8e37f1 View commit details
    Browse the repository at this point in the history
  2. cargo update

        Updating git repository `https://github.com/linkerd/webpki`
        Updating crates.io index
        Updating anyhow v1.0.45 -> v1.0.53
        Updating bumpalo v3.8.0 -> v3.9.1
        Updating cmake v0.1.46 -> v0.1.48
        Updating crc32fast v1.2.1 -> v1.3.1
          Adding fastrand v1.7.0
        Updating fixedbitset v0.4.0 -> v0.4.1
        Updating getrandom v0.2.3 -> v0.2.4
        Updating httpdate v1.0.1 -> v1.0.2
        Updating itertools v0.10.1 -> v0.10.3
        Updating js-sys v0.3.55 -> v0.3.56
        Updating libloading v0.7.1 -> v0.7.3
        Updating once_cell v1.8.0 -> v1.9.0
        Updating pin-project-lite v0.2.7 -> v0.2.8
        Updating ppv-lite86 v0.2.15 -> v0.2.16
        Updating proc-macro2 v1.0.32 -> v1.0.36
        Updating quote v1.0.10 -> v1.0.15
        Updating rustls v0.20.1 -> v0.20.2
        Updating ryu v1.0.5 -> v1.0.9
        Updating serde v1.0.130 -> v1.0.135
        Updating smallvec v1.7.0 -> v1.8.0
        Updating syn v1.0.84 -> v1.0.86
        Updating tempfile v3.2.0 -> v3.3.0
        Updating thread_local v1.1.3 -> v1.1.4
        Updating tokio-io-timeout v1.1.1 -> v1.2.0
        Updating version_check v0.9.3 -> v0.9.4
        Updating wasm-bindgen v0.2.78 -> v0.2.79
        Updating wasm-bindgen-backend v0.2.78 -> v0.2.79
        Updating wasm-bindgen-macro v0.2.78 -> v0.2.79
        Updating wasm-bindgen-macro-support v0.2.78 -> v0.2.79
        Updating wasm-bindgen-shared v0.2.78 -> v0.2.79
        Updating web-sys v0.3.55 -> v0.3.56
        Updating which v4.2.2 -> v4.2.4
    
    Signed-off-by: Oliver Gould <ver@buoyant.io>
    olix0r committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    6a1298f View commit details
    Browse the repository at this point in the history