mozilla-vpn-client
mozilla-vpn-client copied to clipboard
Update Cargo/Rust to 1.75.0
Description
I have noticed a bunch dependebot updates are starting to fail because we are building on too old of a Rust version (1.69) which used to be the most recent thing available on Ubuntu focal. Well, that's no longer the case and we now have 1.75.0 available as a security update.
Let's bump the versions and see what happens!
Reference
i.e Jira or Github issue URL
Checklist
- [ ] My code follows the style guidelines for this project
- [ ] I have not added any packages that contain high risk or unknown licenses (GPL, LGPL, MPL, etc. consult with DevOps if in question)
- [ ] I have performed a self review of my own code
- [ ] I have commented my code PARTICULARLY in hard to understand areas
- [ ] I have added thorough tests where needed