From d3ce004e4629a3d697cf74beacdec8f98d45aaeb Mon Sep 17 00:00:00 2001 From: open-schnick <60597856+open-schnick@users.noreply.github.com> Date: Sat, 4 Oct 2025 19:26:04 +0200 Subject: [PATCH] fix: replace paste with maintained fork pastey --- lofty/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lofty/Cargo.toml b/lofty/Cargo.toml index 2552234d2..5c3ff64cc 100644 --- a/lofty/Cargo.toml +++ b/lofty/Cargo.toml @@ -25,7 +25,7 @@ log = "0.4.22" # OGG Vorbis/Opus ogg_pager = "0.7.0" # Key maps -paste = "1.0.15" +paste = { package = "pastey" , version = "0.1.1" } [features] default = ["id3v2_compression_support"]