Update rustyline.
This commit is contained in:
@@ -34,7 +34,7 @@ serde_json = { version = "1.0", default-features = false, features = ["alloc"],
|
||||
unicode-xid = { version = "0.2", default-features = false, optional = true }
|
||||
rust_decimal = { version = "1.16", default-features = false, features = ["maths"], optional = true }
|
||||
getrandom = { version = "0.2", optional = true }
|
||||
rustyline = { version = "10", optional = true }
|
||||
rustyline = { version = "11", optional = true }
|
||||
document-features = { version = "0.2", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
@@ -151,4 +151,4 @@ features = ["document-features", "metadata", "serde", "internals", "decimal", "d
|
||||
[patch.crates-io]
|
||||
# Notice that a custom modified version of `rustyline` is used which supports bracketed paste on Windows.
|
||||
# This can be moved to the official version when bracketed paste is added.
|
||||
rustyline = { git = "https://github.com/schungx/rustyline", branch = "v10" }
|
||||
rustyline = { git = "https://github.com/schungx/rustyline", branch = "v11" }
|
||||
|
Reference in New Issue
Block a user