Blame SOURCES/0001-Update-dependencies.patch

85793c
From 4a45e1d7eafb83ec9c76f0b3278f4bc7efbdde9d Mon Sep 17 00:00:00 2001
85793c
From: Marian Csontos <mcsontos@redhat.com>
85793c
Date: Tue, 1 Sep 2020 14:55:48 +0200
85793c
Subject: [PATCH] Update dependencies
85793c
85793c
---
85793c
 Cargo.toml | 2 +-
85793c
 1 file changed, 1 insertion(+), 1 deletion(-)
85793c
85793c
diff --git a/Cargo.toml b/Cargo.toml
85793c
index 892ea4c..93fc807 100644
85793c
--- a/Cargo.toml
85793c
+++ b/Cargo.toml
85793c
@@ -9,7 +9,7 @@ license = "GPL3"
85793c
 anyhow = "1.0"
85793c
 byteorder = "1.3"
85793c
 clap = "2.33"
85793c
-crc32c = "0.4"
85793c
+crc32c = "0.5"
85793c
 flate2 = "1.0"
85793c
 fixedbitset = "0.3"
85793c
 libc = "0.2.71"
85793c
-- 
85793c
1.8.3.1
85793c