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

meshtls: use published rustls-webpki v0.101.5 #2470

Merged
merged 1 commit into from
Sep 18, 2023

Commits on Sep 18, 2023

  1. meshtls: use published rustls-webpki v0.101.5

    Now that [v0.101.5 of `rustls-webpki`][1] has been [published][2], we
    can now depend on the crate from crates.io. This allows us to remove the
    Git dependency on the branch preparing that release to be published,
    which allows us to remove the allowance for Git dependencies in the
    `cargo-deny` config.
    
    [1]: https://github.com/rustls/webpki/releases/tag/v%2F0.101.5
    [2]: https://crates.io/crates/rustls-webpki/0.101.5
    hawkw committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    cc040de View commit details
    Browse the repository at this point in the history