-
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 <gmulhearn@anonyome.com>
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
hopefully this quiets the dep bot ;) |
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
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 <gmulhearn@anonyome.com>
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 <gmulhearn@anonyome.com>
@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 <gmulhearn@anonyome.com> * make clippy happy Signed-off-by: George Mulhearn <gmulhearn@anonyome.com> * got mostly everything except hyper & sqlx Signed-off-by: George Mulhearn <gmulhearn@anonyome.com> * use non blocking reqwest Signed-off-by: George Mulhearn <gmulhearn@anonyome.com> * use non blocking 2 Signed-off-by: George Mulhearn <gmulhearn@anonyome.com> * dont try publish if not a release Signed-off-by: George Mulhearn <gmulhearn@anonyome.com> --------- Signed-off-by: George Mulhearn <gmulhearn@anonyome.com> Co-authored-by: George Mulhearn <gmulhearn@anonyome.com> Signed-off-by: lli <lli@anonyome.com>
* update to rust 1.79 and remove warnings/errors Signed-off-by: George Mulhearn <gmulhearn@anonyome.com> * make clippy happy Signed-off-by: George Mulhearn <gmulhearn@anonyome.com> * got mostly everything except hyper & sqlx Signed-off-by: George Mulhearn <gmulhearn@anonyome.com> * use non blocking reqwest Signed-off-by: George Mulhearn <gmulhearn@anonyome.com> * use non blocking 2 Signed-off-by: George Mulhearn <gmulhearn@anonyome.com> * dont try publish if not a release Signed-off-by: George Mulhearn <gmulhearn@anonyome.com> --------- Signed-off-by: George Mulhearn <gmulhearn@anonyome.com> Co-authored-by: George Mulhearn <gmulhearn@anonyome.com>
updates all deps to latest, and ran a
cargo update
. Some exceptions: