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!: Bump dependencies #58

Merged
merged 2 commits into from
Oct 30, 2023
Merged

deps!: Bump dependencies #58

merged 2 commits into from
Oct 30, 2023

Conversation

keelerm84
Copy link
Member

These version bumps bring our dependencies up to the latest versions.

This is technically a breaking change since we export the HttpsConnector from hyper_rustls, and the structure of that has changed. We now need to rely on the HttpsConnectorBuilder.

@keelerm84 keelerm84 requested review from a team and removed request for a team October 30, 2023 15:21
@keelerm84 keelerm84 force-pushed the bump-deps branch 2 times, most recently from 1527173 to b2bb065 Compare October 30, 2023 15:48
These version bumps bring our dependencies up to the latest versions.

This is technically a breaking change since we export the
`HttpsConnector` from `hyper_rustls`, and the structure of that has
changed. We now need to rely on the `HttpsConnectorBuilder`.
@kinyoklion
Copy link
Member

It would seem that clippy is angry/

@keelerm84 keelerm84 merged commit 32e5c9d into network-changes Oct 30, 2023
@keelerm84 keelerm84 deleted the bump-deps branch October 30, 2023 18:18
keelerm84 added a commit that referenced this pull request Nov 14, 2023
These version bumps bring our dependencies up to the latest versions.

This is technically a breaking change since we export the
`HttpsConnector` from `hyper_rustls`, and the structure of that has
changed. We now need to rely on the `HttpsConnectorBuilder`.
keelerm84 added a commit that referenced this pull request Nov 14, 2023
These version bumps bring our dependencies up to the latest versions.

This is technically a breaking change since we export the
`HttpsConnector` from `hyper_rustls`, and the structure of that has
changed. We now need to rely on the `HttpsConnectorBuilder`.
This was referenced Nov 15, 2023
keelerm84 pushed a commit that referenced this pull request Nov 15, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.12.0](0.11.0...0.12.0)
(2023-11-15)


### ⚠ BREAKING CHANGES

* Remove re-export of hyper_rustls types
([#59](#59))
* Bump dependencies
([#58](#58))

### deps

* Bump dependencies
([#58](#58))
([a7174e3](a7174e3))


### Features

* make Error implement std::fmt::Display, std::error::Error` and Sync
([#47](#47))
([0eaab6e](0eaab6e))


### Bug Fixes

* Remove re-export of hyper_rustls types
([#59](#59))
([ec24970](ec24970))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

3 participants