Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

fix cargo audit #11378

Merged
merged 2 commits into from
Jan 10, 2020
Merged

fix cargo audit #11378

merged 2 commits into from
Jan 10, 2020

Conversation

ordian
Copy link
Collaborator

@ordian ordian commented Jan 10, 2020

updates http and hyper-rustls dependencies,
there is still a warning about unmaintained spin dep, but that's not fixed in ring yet.

@ordian ordian added A2-insubstantial 👶 Pull request requires no code review (e.g., a sub-repository hash update). M5-dependencies 🖇 Dependencies. labels Jan 10, 2020
@ordian ordian added this to the 2.7 milestone Jan 10, 2020
@@ -114,6 +114,11 @@ dependencies = [
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "anyhow"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this expected to be here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

that's from hyper-rustls update

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

anyhow v1.0.26
└── wasm-bindgen-webidl v0.2.58
    [build-dependencies]
    └── web-sys v0.3.35
        └── ring v0.16.9
            ├── rustls v0.16.0
            │   ├── hyper-rustls v0.18.0
            │   │   └── fetch v0.1.0

only used for wasm target though.

@ordian ordian requested a review from dvdplm January 10, 2020 16:23
@dvdplm dvdplm merged commit e95bbe3 into master Jan 10, 2020
@dvdplm dvdplm deleted the ao-fix-cargo-audit branch January 10, 2020 16:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A2-insubstantial 👶 Pull request requires no code review (e.g., a sub-repository hash update). M5-dependencies 🖇 Dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants