From 8fea5f16bd5a4d4f155c1f98efbbeacc41c7913c Mon Sep 17 00:00:00 2001 From: hzuo Date: Thu, 16 Feb 2023 12:21:55 -0500 Subject: [PATCH] zstd pr got merged --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3523d8a49aa..0ce0e291a1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,8 +110,8 @@ features = ["async"] # Patch to get this unreleased fix: https://github.com/gyscos/zstd-rs/pull/209 [patch.crates-io.zstd] -git = "https://github.com/hzuo/zstd-rs/" -rev = "cc7610c1f5b25d21a35ffb27e3b383ed8c2b6747" +git = "https://github.com/gyscos/zstd-rs" +rev = "6ec761607ee0a27b106eeb3e772784b0b52ca941" # Patch to get this unreleased fix: https://github.com/rust-random/getrandom/pull/307 # We need this because we build with `-sFILESYSTEM=0` and the previous implementation before that PR