Resolves issue 2694 by updating rustyline to 17.0.2

This commit is contained in:
Alexander McLin
2026-03-29 14:49:51 -04:00
parent 79a9b950cb
commit 0623e8e7df
3 changed files with 34 additions and 36 deletions

View File

@@ -99,7 +99,7 @@ native-tls = { version = "0.2.12", optional = true }
# the version requirement of reqwest is kept low for compatibility with old deno versions
# that pin reqwest to 0.11.20
reqwest = { version = "0.11.0", optional = true }
rustyline = { version = "14.0.0", optional = true }
rustyline = { version = "17.0.2", optional = true }
tokio = { version = "1.39.2", features = ["full"] }
warp = { version = "0.3.7", features = ["tls"], optional = true }