chore: remove nom & thiserror

This commit is contained in:
DarkCat09 2025-01-10 22:13:02 +04:00
parent 71e3b90a0b
commit 3f67cb4641
Signed by: DarkCat09
GPG key ID: BD3CE9B65916CD82
3 changed files with 17 additions and 16 deletions

View file

@ -16,7 +16,6 @@ heapless = { version = "0.8.0", features = ["ufmt"] }
hex = { version = "0.4.3", default-features = false, features = ["std", "alloc"] }
hifitime = "4.0.2"
lazy_static = "1.4.0"
nom = { version = "7.1.3", default-features = false, features = ["std", "alloc"] }
ntex = { version = "2.10.0", features = ["tokio", "cookie", "url"] }
phf = { version = "0.11.2", features = ["serde", "macros"] }
regex = "1.8.4"
@ -26,7 +25,6 @@ serde_json = "1.0.99"
serde_qs = "0.13.0"
serde_with = { version = "3.6.1", features = ["hex"] }
smallstr = { version = "0.3.0", features = ["std", "union"] }
thiserror = "1.0.40"
tokio = { version = "1.28.2", features = ["full"] }
ufmt = { version = "0.2.0", features = ["std"] }
futures-util = { version = "0.3.30", features = ["tokio-io"] }