improve hex parser for text protocol

This commit is contained in:
Noa Aarts 2024-10-06 23:11:26 +02:00
parent bed946b4a0
commit 0978664188
Signed by: noa
GPG key ID: 1850932741EFF672
4 changed files with 45 additions and 16 deletions

7
Cargo.lock generated
View file

@ -108,7 +108,6 @@ dependencies = [
"async-trait",
"atoi_radix10",
"bytes",
"hex",
"tokio",
"tokio-test",
]
@ -131,12 +130,6 @@ version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "libc"
version = "0.2.155"