summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-09-17 13:09:58 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-09-17 13:09:58 +0200
commit072818fdf67f7693a71f8bf1ad331e3e99cabfcf (patch)
treeb07500db0d4db72b4402c165c660fed803272830 /Cargo.lock
parentfcb6398ef0168817dd0088b6c5a397bd6141afc6 (diff)
sq: Use buffered_reader::File::open instead of fs::File::open.
- The former remembers the file's path and includes it in error messages.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 04b3c660..1a0af377 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1951,6 +1951,7 @@ version = "0.19.0"
dependencies = [
"anyhow 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
"assert_cli 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "buffered-reader 0.18.0",
"chrono 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"colored 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)",