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

2
Cargo.lock generated
View file

@ -1093,7 +1093,6 @@ dependencies = [
"hex",
"hifitime",
"lazy_static",
"nom",
"ntex",
"phf",
"regex",
@ -1104,7 +1103,6 @@ dependencies = [
"serde_with",
"smallstr",
"snafu",
"thiserror",
"tokio",
"ufmt",
]