feat: disable rustyline dirs-next dependency (#2579)

pull/24376/head
Raphael Taylor-Davies 2021-09-20 15:42:07 +01:00 committed by GitHub
parent 680f70f1e9
commit 46088a7ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

1
Cargo.lock generated
View File

@ -3813,7 +3813,6 @@ dependencies = [
"bitflags",
"cfg-if",
"clipboard-win",
"dirs-next",
"fd-lock",
"libc",
"log",

View File

@ -141,7 +141,7 @@ parquet = "5.3"
prettytable-rs = "0.8"
pprof = { version = "^0.5", default-features = false, features = ["flamegraph", "protobuf"], optional = true }
prost = "0.8"
rustyline = "9.0"
rustyline = { version = "9.0", default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.67"
serde_urlencoded = "0.7.0"