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

Update Cargo lockfiles #1249

Merged
merged 2 commits into from
Mar 5, 2024
Merged

Update Cargo lockfiles #1249

merged 2 commits into from
Mar 5, 2024

Conversation

svix-jplatte
Copy link
Member

@svix-jplatte svix-jplatte commented Mar 5, 2024

Motivation

bb8 0.8.2 fixes an important bug affecting us where acquiring a connection from a pool could take super long if a long-running request was blocking another connection from being returned to the pool (or something along those lines). Also CI failed in #1228 due to a broken dependency for some fringe OSes (and it's easier to bump than to add an exception to deny.toml).

Solution

Upgrade all the dependencies! … except the svix library, to avoid pulling in hyper 1.0 for now.

svix-aaron1011
svix-aaron1011 previously approved these changes Mar 5, 2024
@svix-jplatte svix-jplatte changed the title server: Update Cargo lockfile Update Cargo lockfiles Mar 5, 2024
@svix-jplatte
Copy link
Member Author

Bad timing with the second commit 😅

@svix-jplatte svix-jplatte merged commit 75d0929 into main Mar 5, 2024
8 checks passed
@svix-jplatte svix-jplatte deleted the jplatte/server-lockfile branch March 5, 2024 15:11
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