Mostly finished with checksums. Just merging main in at the same time

This commit is contained in:
quexeky
2024-10-26 10:58:04 +11:00
parent 6ef444ed12
commit d39e7cbdf1
5 changed files with 64 additions and 8 deletions

16
src-tauri/Cargo.lock generated
View File

@ -1021,6 +1021,7 @@ dependencies = [
"ciborium",
"directories",
"env_logger",
"gxhash",
"hex",
"http",
"log",
@ -1696,6 +1697,15 @@ dependencies = [
"syn 2.0.79",
]
[[package]]
name = "gxhash"
version = "3.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a197c9b654827513cf53842c5c6d3da2b4b35a785f8e0eff78bdf8e445aba1bb"
dependencies = [
"rustversion",
]
[[package]]
name = "h2"
version = "0.4.6"
@ -3410,6 +3420,12 @@ dependencies = [
"untrusted",
]
[[package]]
name = "rustversion"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
[[package]]
name = "ryu"
version = "1.0.18"