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

chore: update boringssl deps to v3.x #178

Merged
merged 1 commit into from
Aug 15, 2023
Merged

Conversation

hawkw
Copy link
Collaborator

@hawkw hawkw commented Aug 15, 2023

This branch updates the dependencies on boring, tokio-boring, and hyper-boring to v3.0.0. This dependency update does not appear to contain any breaking changes to the APIs currently used by Kubert, so the only reason this dependency bump had to be performed manually is because the tokio-boring and hyper-boring deps depend on boring, so the three crates must have their versions bumped atomically.

Because boring-sys v3.0 updates its dependency on foreign-types to the same major as openssl-sys, we no longer need to allow multiple versions of that crate in deny.toml.

Closes #174
Closes #175
Closes #176

This branch updates the dependencies on `boring`, `tokio-boring`, and
`hyper-boring` to v3.0.0. This dependency update does not appear to
contain any breaking changes to the APIs currently used by Kubert, so
the only reason this dependency bump had to be performed manually is
because the `tokio-boring` and `hyper-boring` deps depend on `boring`,
so the three crates must have their versions bumped atomically.

Because `boring-sys` v3.0 updates its dependency on `foreign-types` to
the same major as `openssl-sys`, we no longer need to allow multiple
versions of that crate in `deny.toml`.

Closes olix0r#174
Closes olix0r#175
Closes olix0r#176
@olix0r olix0r merged commit 15075e1 into olix0r:main Aug 15, 2023
28 checks passed
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.

2 participants