update Cargo.lock

This commit is contained in:
Simon Gardling 2022-06-01 23:51:15 -04:00
parent 05345493dc
commit 0b3de98cff

6
Cargo.lock generated
View File

@ -178,9 +178,9 @@ dependencies = [
[[package]] [[package]]
name = "bumpalo" name = "bumpalo"
version = "3.9.1" version = "3.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899" checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
[[package]] [[package]]
name = "bytemuck" name = "bytemuck"
@ -1917,7 +1917,7 @@ dependencies = [
[[package]] [[package]]
name = "ruzstd" name = "ruzstd"
version = "0.2.4" version = "0.2.4"
source = "git+https://github.com/KillingSpark/zstd-rs.git#5a30b2655f3f92fe041b8795e916c42727e81e19" source = "git+https://github.com/KillingSpark/zstd-rs.git#43b52aa136a0bcb20d337fca2132ca383f39a820"
dependencies = [ dependencies = [
"byteorder", "byteorder",
"twox-hash", "twox-hash",