fix: Update rustix to fix the enable_raw_mode() error on WSL/Android (#926)

Fixes: #912
Co-authored-by: Josh McKinney <joshka@users.noreply.github.com>
This commit is contained in:
三咲雅 · Misaki Masa 2025-01-27 05:58:06 +08:00 committed by GitHub
parent e104a7cb40
commit 6d6d3cb849
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,7 @@ filedescriptor = { version = "0.8", optional = true }
# compatibility.
libc = { version = "0.2", default-features = false, optional = true }
mio = { version = "1.0", features = ["os-poll"], optional = true }
rustix = { version = "0.38.34", default-features = false, features = ["std", "stdio", "termios"] }
rustix = { version = "0.38.36", default-features = false, features = ["std", "stdio", "termios"] }
signal-hook = { version = "0.3.17", optional = true }
signal-hook-mio = { version = "0.2.4", features = ["support-v1_0"], optional = true }