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

Update cargo deps to address box_syntax lint #201

Merged

Conversation

AnotherDaniel
Copy link
Contributor

@AnotherDaniel AnotherDaniel commented Sep 12, 2024

There is a new lint concerning the discontinuation of #![allow(box_pointers)], which is used by protoc-generated code. This issue is breaking our nighly builds.

(also refer to rust-lang/rust#49733)

This PR updates our deps , including the relevant proto generation libraries, that gets rid of this issue.

@AnotherDaniel AnotherDaniel self-assigned this Sep 12, 2024
@AnotherDaniel AnotherDaniel added the bug Something isn't working label Sep 12, 2024
Copy link
Contributor

@PLeVasseur PLeVasseur left a comment

Choose a reason for hiding this comment

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

LGTM

@AnotherDaniel AnotherDaniel merged commit f3fcca6 into eclipse-uprotocol:main Sep 12, 2024
11 checks passed
@AnotherDaniel AnotherDaniel deleted the dep_update branch September 12, 2024 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants