66982ba85f
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
27 lines
602 B
Diff
27 lines
602 B
Diff
From c2d1f403a3a00c0afff4bd10ef7b6374e7ac62f2 Mon Sep 17 00:00:00 2001
|
|
From: Igor Gnatenko <ignatenko@redhat.com>
|
|
Date: Fri, 5 Jan 2018 21:40:56 +0100
|
|
Subject: [PATCH 3/6] deps: update byteorder to 1
|
|
|
|
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
|
|
---
|
|
Cargo.toml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
index cab096a..5b57b5d 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -9,7 +9,7 @@ clap = "1"
|
|
nix = "0.9"
|
|
devicemapper = "0.15"
|
|
crc = "1"
|
|
-byteorder = "0.3.13"
|
|
+byteorder = "1"
|
|
chrono = "0.4"
|
|
macro-attr = "0.2.0"
|
|
term = "0.4"
|
|
--
|
|
2.15.1
|
|
|