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

Upgrade pest dependency to 2.7.0 #838

Closed

Conversation

basbossink-ds
Copy link

Due to the fact the pest developers yanked versions 2.6.0 and 2.6.1 cargo deny now creates a warning for tera:

warning[yanked]: detected yanked crate
    ┌─ /var/whack/workspace/source/tandemdrive/edrive/Cargo.lock:139:1
    │
139 │ pest 2.6.0 registry+https://github.com/rust-lang/crates.io-index
    │ ---------------------------------------------------------------- yanked version
    │
    = pest v2.6.0
      ├── pest_derive v2.6.0
      │   └── tera v1.19.0
....

This PR upgrades pest to version 2.7.0 fixing the warning.

@robjtede
Copy link
Contributor

robjtede commented Jul 9, 2023

The solution for you is to cargo update since cargo-deny only reads lockfiles. Changing the minimum version requirement in lib is not the correct solution, and in fact could be worse for all users if 2.7.0 ever needed yanking, too.

@Keats Keats closed this Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants