-
Notifications
You must be signed in to change notification settings - Fork 83
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) update all cargo deps #1275
Conversation
Signed-off-by: George Mulhearn <[email protected]>
Signed-off-by: George Mulhearn <[email protected]>
Signed-off-by: George Mulhearn <[email protected]>
hopefully this quiets the dep bot ;) |
Signed-off-by: George Mulhearn <[email protected]>
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.
LGTM!
Actually, looks like the checks might be failing.. |
@JamesKEbert ah yep I missed a spot. Fixing shortly... |
Signed-off-by: George Mulhearn <[email protected]>
Something's not happy with the CI mediator check @gmulhearn -- I tried to rerun it, but same result I believe |
Signed-off-by: George Mulhearn <[email protected]>
@JamesKEbert hopefully this fixes it, the mediator CI hasn't been ran in awhile, which is why we haven't encountered this; it was incorrectly trying to publish a release version of the image |
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.
Nice!
* update to rust 1.79 and remove warnings/errors Signed-off-by: George Mulhearn <[email protected]> * make clippy happy Signed-off-by: George Mulhearn <[email protected]> * got mostly everything except hyper & sqlx Signed-off-by: George Mulhearn <[email protected]> * use non blocking reqwest Signed-off-by: George Mulhearn <[email protected]> * use non blocking 2 Signed-off-by: George Mulhearn <[email protected]> * dont try publish if not a release Signed-off-by: George Mulhearn <[email protected]> --------- Signed-off-by: George Mulhearn <[email protected]> Co-authored-by: George Mulhearn <[email protected]> Signed-off-by: lli <[email protected]>
* update to rust 1.79 and remove warnings/errors Signed-off-by: George Mulhearn <[email protected]> * make clippy happy Signed-off-by: George Mulhearn <[email protected]> * got mostly everything except hyper & sqlx Signed-off-by: George Mulhearn <[email protected]> * use non blocking reqwest Signed-off-by: George Mulhearn <[email protected]> * use non blocking 2 Signed-off-by: George Mulhearn <[email protected]> * dont try publish if not a release Signed-off-by: George Mulhearn <[email protected]> --------- Signed-off-by: George Mulhearn <[email protected]> Co-authored-by: George Mulhearn <[email protected]>
updates all deps to latest, and ran a
cargo update
. Some exceptions: