-
Notifications
You must be signed in to change notification settings - Fork 498
bump more incompatible deps #6029
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
Conversation
| "libc", | ||
| "linux-raw-sys 0.11.0", | ||
| "windows-sys 0.52.0", | ||
| "windows-sys 0.61.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is back to 0.61.2 after the first pr. This should resolve the question here.
| let signer = reqsign::google::default_signer("storage"); | ||
|
|
||
| // Create http::Request and extract parts for signing | ||
| let http_req = http::Request::builder() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test is updated by Claude, I just ensure it keeps the same behavior as before.
Description
Describe the proposed changes made in this PR.
How was this PR tested?