Skip to content

chore: migrate paste to maintained crate#1035

Merged
devongovett merged 1 commit intoparcel-bundler:masterfrom
Mylloon:paste-to-pastey
Aug 11, 2025
Merged

chore: migrate paste to maintained crate#1035
devongovett merged 1 commit intoparcel-bundler:masterfrom
Mylloon:paste-to-pastey

Conversation

@Mylloon
Copy link
Copy Markdown
Contributor

@Mylloon Mylloon commented Aug 1, 2025

I ran cargo-deny and got this output:

cargo deny check advisories
error[unmaintained]: paste - no longer maintained
205 │ paste 1.0.15 registry+https://github.com/rust-lang/crates.io-index
    │ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ unmaintained advisory detected
    │
    ├ ID: RUSTSEC-2024-0436Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0436The creator of the crate `paste` has stated in the [`README.md`](https://github.com/dtolnay/paste/blob/master/README.md) 
      that this project is not longer maintained as well as archived the repository
      
      ## Possible Alternative(s)
      
      - [pastey](https://crates.io/crates/pastey), a fork of paste and is aimed to be a drop-in replacement with additional features for paste crate
    ├ Announcement: https://github.com/dtolnay/paste
    ├ Solution: No safe upgrade is available!
    ├ paste v1.0.15
      └── lightningcss v1.0.0-alpha.67

So I changed the dependencie from paste to pastey.

For testing I compiled the project and ran cargo test.

@Mylloon Mylloon changed the title migrate to maintained library chore: migrate paste to maintained library Aug 1, 2025
@Mylloon Mylloon changed the title chore: migrate paste to maintained library chore: migrate paste to maintained crate Aug 1, 2025
@devongovett devongovett merged commit bb718d1 into parcel-bundler:master Aug 11, 2025
3 checks passed
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.

2 participants