fix(deps): replace retired transitive crates

This commit is contained in:
slhx agent
2026-07-14 09:44:19 +02:00
parent 48d6ea31be
commit a04773d016
15 changed files with 154 additions and 99 deletions
+6
View File
@@ -0,0 +1,6 @@
#![forbid(unsafe_code)]
//! Compatibility export for dependencies that still name the unmaintained
//! `paste` crate. New code should depend on `pastey` directly.
pub use pastey::paste;