gemm icon indicating copy to clipboard operation
gemm copied to clipboard

use pastey in place of unmaintained paste

Open tristanls opened this issue 6 months ago • 1 comments

cargo-deny plugin informed me that paste is no longer maintained and the repository is archived.

If the published paste version has all the features, then I'm not sure the change suggested here is desirable.

However, pastey was suggested as a supported alternative.

error[unmaintained]: paste - no longer maintained
   ┌─ /potato/Cargo.lock:84:1
   │
84 │ paste 1.0.15 registry+https://github.com/rust-lang/crates.io-index
   │ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ unmaintained advisory detected
   │
   ├ ID: RUSTSEC-2024-0436
   ├ Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0436
   ├ The 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
     ├── gemm v0.18.2
     │   └── faer v0.23.2
     │       └── potato v0.0.0
     ├── gemm-c32 v0.18.2
     │   └── gemm v0.18.2 (*)
     ├── gemm-c64 v0.18.2
     │   └── gemm v0.18.2 (*)
     ├── gemm-common v0.18.2
     │   ├── gemm v0.18.2 (*)
     │   ├── gemm-c32 v0.18.2 (*)
     │   ├── gemm-c64 v0.18.2 (*)
     │   ├── gemm-f32 v0.18.2
     │   │   └── gemm v0.18.2 (*)
     │   └── gemm-f64 v0.18.2
     │       └── gemm v0.18.2 (*)
     ├── gemm-f32 v0.18.2 (*)
     └── gemm-f64 v0.18.2 (*)

tristanls avatar Sep 30 '25 13:09 tristanls

Would pastey 0.2.0 work?

eadf avatar Nov 21 '25 19:11 eadf