handle most io error instead of tagging everything as an internal

This commit is contained in:
Tamo
2022-12-19 20:50:40 +01:00
parent 19ee9a828f
commit d8fb506c92
5 changed files with 64 additions and 17 deletions

2
Cargo.lock generated
View File

@ -2374,6 +2374,7 @@ dependencies = [
"csv",
"either",
"enum-iterator",
"file-store",
"flate2",
"fst",
"insta",
@ -2386,6 +2387,7 @@ dependencies = [
"serde",
"serde_json",
"tar",
"tempfile",
"thiserror",
"time",
"tokio",