From 98bcf40becb1d34ac3343b7a20e45d3de5013c2d Mon Sep 17 00:00:00 2001 From: Adrien Bioteau Date: Tue, 30 Jun 2026 15:42:32 +0200 Subject: [PATCH] Migrating from paste crate to pastey paste is no longer maintained. See the [RUSTSEC-2024-0436](https://rustsec.org/advisories/RUSTSEC-2024-0436.html) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1bc66df..b3616e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,6 +41,7 @@ askama = { version = "0.15", default-features = false, features = [ document-features = "0.2" cel = { version = "0.12", features = ["bytes"] } paste = "1" +paste = { package = "pastey", version = "*" } maplit = "1" regex = "1" thiserror = "2"