From 99f7a494717f6b0689dfe632f415aeb70b867086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Sat, 27 May 2023 13:14:57 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20zopfli=20to=200.7.3=20?= =?UTF-8?q?=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1fecfd1..30dca8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -525,7 +525,7 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "zopfli" -version = "0.7.2" +version = "0.7.3" dependencies = [ "crc32fast", "log", diff --git a/Cargo.toml b/Cargo.toml index 0b6e965..b0401a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zopfli" -version = "0.7.2" +version = "0.7.3" description = "A Rust implementation of the Zopfli compression algorithm." license = "Apache-2.0" keywords = ["compression"]