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(BOUN-1348): upgrade axum to 0.8 #4256

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Conversation

blind-oracle
Copy link
Contributor

No description provided.

@blind-oracle blind-oracle changed the title Upgrade axum to 0.8 chore(BOUN-1348): upgrade axum to 0.8 Mar 6, 2025
@github-actions github-actions bot added the chore label Mar 6, 2025
@blind-oracle blind-oracle marked this pull request as ready for review March 6, 2025 18:24
@blind-oracle blind-oracle requested review from a team as code owners March 6, 2025 18:24
@@ -1339,6 +1339,7 @@ fn http_gateway_route_underscore() {
let invalid_url = gateway.join(invalid_suffix).unwrap().to_string();
let error_page = client.get(invalid_url).send().unwrap();
let page = String::from_utf8(error_page.bytes().unwrap().to_vec()).unwrap();
println!("{page}");
Copy link
Contributor

Choose a reason for hiding this comment

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

left-over debug print

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants