Skip to content

Commit 2fec440

Browse files
committed
bump rustyline to version 18.0.0
Fixes regression discovered on Linux after upgrading `rustyline` to 17.0.2; `SIGINT` not handled as expected, breaking ability to interrupt nontermination in `scryer`. This was due to a change in `rustyline`'s `SIGINT` behavior since version 16 and corrected in version 18.
1 parent 3e2f3ec commit 2fec440

2 files changed

Lines changed: 49 additions & 49 deletions

File tree

Cargo.lock

Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ native-tls = { version = "0.2.12", optional = true }
9999
# the version requirement of reqwest is kept low for compatibility with old deno versions
100100
# that pin reqwest to 0.11.20
101101
reqwest = { version = "0.11.0", optional = true }
102-
rustyline = { version = "17.0.2", optional = true }
102+
rustyline = { version = "18.0.0", optional = true }
103103
tokio = { version = "1.39.2", features = ["full"] }
104104
warp = { version = "0.3.7", features = ["tls"], optional = true }
105105

0 commit comments

Comments
 (0)