Update patch-polkadot-sdk for bug fixes, removal of is-terminal

Adds a deny entry for `is-terminal` to stop it from secretly reappearing.

Restores the `is-terminal` patch for `is_terminal_polyfill` to have one less
external dependency.
This commit is contained in:
Luke Parker
2025-09-06 04:25:21 -04:00
parent 90804c4c30
commit 2b56dcdf3f
18 changed files with 214 additions and 208 deletions

View File

@@ -123,6 +123,8 @@ highlight = "all"
deny = [
{ name = "serde_derive", version = ">=1.0.172, <1.0.185" },
{ name = "hashbrown", version = "=0.15.0" },
# Legacy which _no one_ should use anymore
{ name = "is-terminal", version = "*" },
]
[sources]