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

Upgrade private dependencies #2935

Merged
merged 2 commits into from
Sep 24, 2024
Merged

Upgrade private dependencies #2935

merged 2 commits into from
Sep 24, 2024

Conversation

jplatte
Copy link
Member

@jplatte jplatte commented Sep 24, 2024

Motivation

Some dependencies are outdated.

Solution

Upgrade them...

Closes #2928.

@@ -9,6 +9,6 @@ axum = { path = "../../axum" }
hyper = { version = "1", features = ["full"] }
hyper-util = "0.1.1"
tokio = { version = "1.0", features = ["full"] }
tower = { version = "0.4", features = ["make"] }
tower = { version = "0.4", features = ["make", "util"] }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems like an accidental change. The version did not change and I don't expect the feature to do anything on its own.

It's just an example though so I guess it doesn't hurt anything, feel free to ignore.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I don't know exactly what happened here but it's definitely required, and should have been included before AFAICT.

@jplatte jplatte merged commit ef50e5c into main Sep 24, 2024
18 checks passed
@jplatte jplatte deleted the jplatte/upgrades branch September 24, 2024 21:50
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.

Update Tungstenite to version 0.24.0
2 participants