chore: unify all deps with min occurrences of 2 (#3854)

This commit is contained in:
Saber Haj Rabiee
2025-05-14 17:34:33 -07:00
committed by GitHub
parent 830882f330
commit 7ca691305f
26 changed files with 467 additions and 430 deletions

View File

@@ -10,4 +10,4 @@ rust-version.workspace = true
edition.workspace = true
[dependencies]
pin-project-lite = "0.2.15"
pin-project-lite = { workspace = true, default-features = true }