cargo update

This commit is contained in:
Luke Parker
2025-09-15 21:52:48 -04:00
parent cd4ffa862f
commit 1ff2934927
2 changed files with 165 additions and 142 deletions

View File

@@ -125,6 +125,8 @@ deny = [
{ name = "hashbrown", version = "=0.15.0" },
# Legacy which _no one_ should use anymore
{ name = "is-terminal", version = "*" },
# Stop introduction into the tree without realizing it
{ name = "once_cell_polyfill", version = "*" },
]
[sources]