Replace derive_more with thiserror

This commit is contained in:
Nikolay Kim 2022-01-26 23:12:37 +06:00
parent cd0b6b75ba
commit 321218f80b
20 changed files with 234 additions and 272 deletions

View file

@ -20,7 +20,6 @@ ntex-bytes = "0.1.8"
ntex-io = "0.1.0"
ntex-util = "0.1.6"
async-oneshot = "0.5.0"
derive_more = "0.99"
log = "0.4"
pin-project-lite = "0.2"
async-std = { version = "1", features = ["unstable"] }