The dependencies of the backtrace crate in libstd are outdated. #104960
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
library/std/Cargo.toml
contains:library/backtrace/Cargo.toml
has:(and current master of the backtrace-rs repo has even different versions)
It seems to me backtrace should have its own rustc-dep-of-std feature, which would avoid libstd enabling the feature on stale dependencies.
It's worth noting that the dependencies in
crates/as-if-std/Cargo.toml
in backtrace-rs match what's currently in libstd, although I'm not sure what that's testing considering there is no dependency on the backtrace crate in there...The text was updated successfully, but these errors were encountered: