Downgrade crossterm to fix pager compilation (#3740)

* Downgrade crossterm to fix pager compilation

With 0.20.0, the `table-pager` feature wouldn't compile.
Closes #3738

* Update Cargo.lock
This commit is contained in:
Jakub Žádník
2021-07-07 06:24:42 +03:00
committed by GitHub
parent b32979bc84
commit 56855f9791
2 changed files with 8 additions and 54 deletions

View File

@ -37,7 +37,7 @@ calamine = "0.18.0"
chrono = { version="0.4.19", features=["serde"] }
chrono-tz = "0.5.3"
codespan-reporting = "0.11.0"
crossterm = { version="0.20.0", optional=true }
crossterm = { version="0.19.0", optional=true }
csv = "1.1.3"
ctrlc = { version="3.1.7", optional=true }
derive-new = "0.5.8"