diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-01-02 09:36:05 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-02 09:36:05 +0530 |
| commit | b21462355a61d69bedf15ae51304719f6014b8df (patch) | |
| tree | f58b2e00551d9d2981882520d0f64f7e8cf73722 /Cargo.toml | |
| parent | 96b581bdd2bedb31aa51c0a992686f27ed1a1f10 (diff) | |
Revert "fix(runtime): Make native modal keyboard interaction consistent with browsers" (#21739)
Reverts denoland/deno#18453
Fixes https://github.com/denoland/deno/issues/21602
https://github.com/denoland/deno/issues/21631
https://github.com/denoland/deno/issues/21641
Reasons for revert:
- alert() and confirm() swallowed ^C with raw mode.
- prompt() did not re-raise the interrupt signal from rustyline.
- Default 'Y' on confirm() is a bad default and breaking change.
cc @lionel-rowe
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 49c8a6567..b08064b50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -138,7 +138,6 @@ rustls = "0.21.8" rustls-pemfile = "1.0.0" rustls-tokio-stream = "=0.2.16" rustls-webpki = "0.101.4" -rustyline = "=13.0.0" webpki-roots = "0.25.2" scopeguard = "1.2.0" saffron = "=0.1.0" |
