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