From 667341183bb55d6ae440add3b421ecfb0d4bd12e Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Fri, 3 Jun 2022 23:41:16 -0400 Subject: [PATCH] update Cargo.lock --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index caa5c74..1c380aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2034,7 +2034,7 @@ dependencies = [ [[package]] name = "ruzstd" version = "0.2.4" -source = "git+https://github.com/KillingSpark/zstd-rs.git#b0eafa5ef87492f145792282c7a58e4e01f4340c" +source = "git+https://github.com/KillingSpark/zstd-rs.git#c2ab3e3d365d67f1c0bc52c67ae5bd6b8536b77c" dependencies = [ "byteorder", "twox-hash",