diff --git a/Cargo.lock b/Cargo.lock index 78b01ec..a5245ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -178,9 +178,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.9.1" +version = "3.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899" +checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3" [[package]] name = "bytemuck" @@ -1917,7 +1917,7 @@ dependencies = [ [[package]] name = "ruzstd" 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 = [ "byteorder", "twox-hash",