-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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(deps): Update Rust to 1.67.1 #16212
Conversation
✅ Deploy Preview for vrl-playground ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for vector-project ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
@bruceg We should hold on this temporarily. It looks like the change to struct field grouping has the potential to cause deserialization issues with I'll have to look into this a little more and see if it effects us and our particular archived structs. |
Possibly related: rust-lang/rust#107440 |
For posterity, my comment above about holding can be considered resolved. Chatting with the author of |
Replaced by #16744 |
This is mostly clippy fixes of
format!("{}", x)
intoformat!("{x}")
, with a few dozenif let … else
sprinkled in, except for an issue withtrack_caller
in the test utils.