gentoo/dev-util/bingrep/files/bingrep-0.11.0-update-crates.patch
Arthur Zamarin 9f2bce4860
dev-util/bingrep: support compile with latest rest, fix compile on musl
Closes: https://bugs.gentoo.org/943990
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-01-20 11:06:32 +02:00

17 lines
479 B
Diff

diff --git a/Cargo.lock b/Cargo.lock
index bfaba02..97c1b27 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -394,9 +394,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.51"
+version = "1.0.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
+checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
dependencies = [
"unicode-ident",
]