improve hex parser for text protocol
This commit is contained in:
parent
bed946b4a0
commit
0978664188
4 changed files with 45 additions and 16 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue