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

deps: remove webpki dependency. #1563

Merged
merged 2 commits into from
May 11, 2023
Merged

deps: remove webpki dependency. #1563

merged 2 commits into from
May 11, 2023

Conversation

cpu
Copy link
Contributor

@cpu cpu commented May 11, 2023

This commit updates the existing Quinn sub-crate dependencies to remove the explicit webpki v0.22 dependency. It's not used by directly anywhere and can be a transitive dependency through rustls as required.

quinn-proto/Cargo.toml Outdated Show resolved Hide resolved
This commit updates the existing Quinn sub-crate dependencies to remove
the explicit `webpki` v0.22 dependency. It's not used by directly
anywhere and can be a transitive dependency through rustls as required.
@cpu cpu changed the title deps: webpki 0.22 -> rustls-webpki 0.100.1 deps: remove webpki dependency. May 11, 2023
@djc
Copy link
Collaborator

djc commented May 11, 2023

Mind adding a commit that bumps the version on the affected library crates?

@Ralith
Copy link
Collaborator

Ralith commented May 11, 2023

Thanks for catching this!

@cpu
Copy link
Contributor Author

cpu commented May 11, 2023

Mind adding a commit that bumps the version on the affected library crates?

☑️ d909c71

@djc
Copy link
Collaborator

djc commented May 11, 2023

Only the library crates, please -- we just leave the perf crate at 0.1.0.

@cpu
Copy link
Contributor Author

cpu commented May 11, 2023

Only the library crates, please -- we just leave the perf crate at 0.1.0.

Ah, ok :-) Fixed in b6a90d7

@djc djc merged commit 4b309cd into quinn-rs:main May 11, 2023
8 checks passed
@djc
Copy link
Collaborator

djc commented May 11, 2023

Published 0.10.1 for quinn and quinn-proto.

@cpu cpu deleted the cpu-rustls-webpki branch May 11, 2023 21:13
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.

None yet

3 participants