Removed gxhash and ran cargo fmt

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2024-11-01 07:51:56 +11:00
parent 86363327a3
commit bd39f1fd72
15 changed files with 129 additions and 104 deletions

10
src-tauri/Cargo.lock generated
View File

@ -1021,7 +1021,6 @@ dependencies = [
"ciborium",
"directories",
"env_logger",
"gxhash",
"hex",
"http",
"log",
@ -1698,15 +1697,6 @@ dependencies = [
"syn 2.0.79",
]
[[package]]
name = "gxhash"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09f0c897148ec6ff3ca864b7c886df75e6ba09972d206bd9a89af0c18c992253"
dependencies = [
"rand 0.8.5",
]
[[package]]
name = "h2"
version = "0.4.6"