summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2024-01-02 09:36:05 +0530
committerGitHub <noreply@github.com>2024-01-02 09:36:05 +0530
commitb21462355a61d69bedf15ae51304719f6014b8df (patch)
treef58b2e00551d9d2981882520d0f64f7e8cf73722 /Cargo.lock
parent96b581bdd2bedb31aa51c0a992686f27ed1a1f10 (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.lock')
-rw-r--r--Cargo.lock2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6b491ac09..f8ef62fc4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1635,7 +1635,6 @@ dependencies = [
"once_cell",
"regex",
"ring",
- "rustyline",
"serde",
"signal-hook-registry",
"termcolor",
@@ -4990,7 +4989,6 @@ dependencies = [
"cfg-if",
"clipboard-win",
"fd-lock",
- "home",
"libc",
"log",
"memchr",