refactor: remove thiserror for now

This commit is contained in:
ThetaDev 2022-09-19 13:24:12 +02:00
parent 94c9a264a4
commit df6543d62e
5 changed files with 14 additions and 65 deletions

View file

@ -26,7 +26,6 @@ quick-js = { path = "../quickjs-rs" }
once_cell = "1.12.0"
fancy-regex = "0.10.0"
anyhow = "1.0"
thiserror = "1.0.31"
url = "2.2.2"
log = "0.4.17"
reqwest = {version = "0.11.11", default-features = false, features = ["json", "gzip", "brotli", "stream"]}