Fix wrongfully parsed hashes for the version_files route(s) (#353)

* Fix wrongfully parsed hashes for the version_files route(s)

* Remove the hex dependency

* Remove unwraps

.

.

Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
4JX
2022-05-27 01:32:32 +00:00
committed by GitHub
parent d29d910ac6
commit d3b578fe8f
3 changed files with 37 additions and 16 deletions

1
Cargo.lock generated
View File

@@ -1416,7 +1416,6 @@ dependencies = [
"futures",
"futures-timer",
"gumdrop",
"hex",
"itertools",
"lazy_static",
"log",