diff options
| author | lionel-rowe <lionel.rowe@gmail.com> | 2023-12-13 10:31:12 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-13 11:31:12 +0100 |
| commit | 346d8127095f46bd5c58667f860521690ddd9cd7 (patch) | |
| tree | 2099c0b1cbdee27f01fc69624870b4b35506b6c8 /Cargo.toml | |
| parent | 5a91a065b882215dde209baf626247e54c21a392 (diff) | |
fix(runtime): Make native modal keyboard interaction consistent with browsers (#18453)
Fixes https://github.com/denoland/deno/issues/18223.
Fixes https://github.com/denoland/deno/issues/21477
---------
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 555fdf7cb..bc0bcf5b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -134,6 +134,7 @@ 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" |
