Support Rust 2024 edition (Dependabot's Rust version is too old) #11691
Labels
L: go:modules
Golang modules
L: rust:cargo
Rust crates via cargo
T: feature-request
Requests for new features
Is there an existing issue for this?
Feature description
We switched our project to use the new Rust 2024 edition (
edition = "2024"
inCargo.toml
), however, Dependabot is now failing with:Specifically:
It looks like the Dependabot image is using an out of date version of Rust (1.82.0)?
The latest version (and the first to support 2024 edition) is 1.85.0.
Please could you upgrade the Rust version in the Dependabot image?
See:
https://blog.rust-lang.org/2025/02/20/Rust-1.85.0.html
The text was updated successfully, but these errors were encountered: