From 0b3de98cff1b42e180fc5c3c23fdc30afe74c205 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 1 Jun 2022 23:51:15 -0400 Subject: [PATCH] update Cargo.lock --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",