Merge branch 'main' into crepererum/issue2518b
commit
fa30f2206d
|
@ -3813,7 +3813,6 @@ dependencies = [
|
||||||
"bitflags",
|
"bitflags",
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"clipboard-win",
|
"clipboard-win",
|
||||||
"dirs-next",
|
|
||||||
"fd-lock",
|
"fd-lock",
|
||||||
"libc",
|
"libc",
|
||||||
"log",
|
"log",
|
||||||
|
|
|
@ -141,7 +141,7 @@ parquet = "5.3"
|
||||||
prettytable-rs = "0.8"
|
prettytable-rs = "0.8"
|
||||||
pprof = { version = "^0.5", default-features = false, features = ["flamegraph", "protobuf"], optional = true }
|
pprof = { version = "^0.5", default-features = false, features = ["flamegraph", "protobuf"], optional = true }
|
||||||
prost = "0.8"
|
prost = "0.8"
|
||||||
rustyline = "9.0"
|
rustyline = { version = "9.0", default-features = false }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0.67"
|
serde_json = "1.0.67"
|
||||||
serde_urlencoded = "0.7.0"
|
serde_urlencoded = "0.7.0"
|
||||||
|
|
Loading…
Reference in New Issue