Skip to content

Replace paste with pastey - #135

Closed
amnn wants to merge 1 commit into
Shopify:mainfrom
amnn:replace-paste-with-pastey
Closed

Replace paste with pastey#135
amnn wants to merge 1 commit into
Shopify:mainfrom
amnn:replace-paste-with-pastey

Conversation

@amnn

@amnn amnn commented Aug 21, 2026

Copy link
Copy Markdown

According to RUSTSEC-2024-0436, the paste crate is no longer maintained, and pastey is suggested as a drop-in replacement.

Closes #134

Test plan

Ran the following at the workspace root:

$ cargo fmt
$ cargo clippy -- -D warnings
$ cargo nextest run

According to [RUSTSEC-2024-0436], the `paste` crate is no longer
maintained, and `pastey` is suggested as a drop-in replacement.

[RUSTSEC-2024-0436]: https://rustsec.org/advisories/RUSTSEC-2024-0436

Closes Shopify#134

## Test plan

Ran the following at the workspace root:

```
$ cargo fmt
$ cargo clippy -- -D warnings
$ cargo nextest run
```
@amnn

amnn commented Aug 21, 2026

Copy link
Copy Markdown
Author

I have signed the CLA!

@amnn

amnn commented Aug 21, 2026

Copy link
Copy Markdown
Author

Superseded by #136.

@amnn amnn closed this Aug 21, 2026
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.

advisory(RUSTSEC-2024-0436): paste dependency unmaintained

1 participant