From c677a62f9b597bf80a95aedf67ee00ee7f4b9638 Mon Sep 17 00:00:00 2001
From: Chris Hennick <hennickc@amazon.com>
Date: Wed, 13 Mar 2024 13:58:18 -0700
Subject: [PATCH] Update to deflate64 0.1.8

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 08d3c4e1..1ff9e48d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ sha1 = {version = "0.10.6", optional = true }
 time = { version = "0.3.34", optional = true, default-features = false, features = ["std"] }
 zstd = { version = "0.13.0", optional = true, default-features = false }
 zopfli = { version = "0.8.0", optional = true }
-deflate64 = { git = "https://github.com/anatawa12/deflate64-rs.git", optional = true }
+deflate64 = { version = "0.1.8", optional = true }
 
 [target.'cfg(any(all(target_arch = "arm", target_pointer_width = "32"), target_arch = "mips", target_arch = "powerpc"))'.dependencies]
 crossbeam-utils = "0.8.19"