radicle-heartwood-lfs/crates/radicle-protocol/src
Fintan Halpenny 546001253a protocol: Use pastey fork
The `paste` crate is no longer maintained, and the `pastey` fork is a
drop-in replacement.

`cargo deny check` output:
```
error[unmaintained]: paste - no longer maintained
    ┌─ /home/fintohaps/Developer/heartwood/Cargo.lock:239:1
    │
239 │ 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`]: a fork of paste and is aimed to be a drop-in replacement with additional features for paste crate
      - [`with_builtin_macros`]: crate providing a [superset of `paste`'s functionality including general `macro_rules!` eager expansions](https://docs.rs/with_builtin_macros/0.1.0/with_builtin_macros/macro.with_eager_expansions.html)  and `concat!`/`concat_idents!` macros
      
      [`pastey`]: https://crates.io/crates/pastey
      [`with_builtin_macros`]: https://crates.io/crates/with_builtin_macros
    ├ Announcement: https://github.com/dtolnay/paste
    ├ Solution: No safe upgrade is available!
    ├ paste v1.0.15
      └── (dev) radicle-protocol v0.6.0
          └── radicle-node v0.18.0
              └── (dev) radicle-cli v0.19.0
                  └── radicle-remote-helper v0.15.0
```
2026-04-02 14:46:41 +01:00
..
fetcher rust/edition/fmt: 2021 → 2024 2026-03-30 16:57:51 +02:00
service rust/edition/fmt: 2021 → 2024 2026-03-30 16:57:51 +02:00
wire cargo: Add feature for Tor support 2026-03-31 16:24:22 +02:00
worker rust/edition/fmt: 2021 → 2024 2026-03-30 16:57:51 +02:00
bounded.rs rust/edition: 2021 → 2024 2026-03-30 16:56:58 +02:00
deserializer.rs rust/edition: 2021 → 2024 2026-03-30 16:56:58 +02:00
fetcher.rs protocol: Allow configuration of `radicle_fetch::Config` 2026-03-24 14:40:42 +00:00
lib.rs protocol: Introduce `FetcherState` 2026-02-05 20:04:28 +01:00
service.rs node: Explicit default for `AddressConfig` 2026-03-31 16:24:22 +02:00
wire.rs protocol: Use pastey fork 2026-04-02 14:46:41 +01:00
worker.rs protocol: Allow configuration of `radicle_fetch::Config` 2026-03-24 14:40:42 +00:00