summary refs log tree commit diff
path: root/ripple/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'ripple/Cargo.lock')
-rw-r--r--ripple/Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/ripple/Cargo.lock b/ripple/Cargo.lock
index 5b65622..ceb0235 100644
--- a/ripple/Cargo.lock
+++ b/ripple/Cargo.lock
@@ -378,6 +378,7 @@ dependencies = [
  "env_logger",
  "fuser",
  "git2",
+ "hex-literal",
  "lazy_static",
  "libc",
  "log",
@@ -495,6 +496,12 @@ dependencies = [
 ]
 
 [[package]]
+name = "hex-literal"
+version = "0.3.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"
+
+[[package]]
 name = "humantime"
 version = "2.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"