-
-
Notifications
You must be signed in to change notification settings - Fork 37
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 reqwest, chrone, rust-ini #430
Conversation
1254a29
to
26d3660
Compare
This is now ready for review. The last commit is optional and just flattens the tests rather than running them in a loop which helps with clarity if a subset of them fail. You can see the result of the flattening in CI: https://github.com/Xuanwo/reqsign/actions/runs/8389509909/job/22975874669?pr=430#step:4:583 each test is named with the name of the test and then the name of the |
f821817
to
f5fe06c
Compare
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.
Mostly LGTM, thanks a lot!
Note, this just mirrors the behavior from the original (deprecated) function by panicing in the same way.
Signed-off-by: Xuanwo <github@xuanwo.io>
This PR bumps reqwest (and by extension the rest of the hyper / http ecosustem to 1.0).
Note that I have also moved construction of the request out of the signing benchmark since the new API requires that we convert all the headers to strings which impacts the results. So now the bench is only the actual signing itself plus a clone of the processed headers.