summary refs log tree commit diff
path: root/ripple/Cargo.lock
diff options
context:
space:
mode:
authoredef <edef@unfathomable.blue>2022-06-12 11:52:39 +0000
committeredef <edef@unfathomable.blue>2022-06-12 11:52:39 +0000
commitc20beacc2b49a805caeb34c9a7dec2ffd2c8e0d3 (patch)
tree45ea1e77da2bac6b4060355b0c33adf5d9b6607f /ripple/Cargo.lock
parentcb5bd26569ba33ea0cf1b696a9f0da42687a9185 (diff)
ripple/fossil/chunker: use hex_literal rather than hex escapes
A little more explicit, and a bit more readable.

Change-Id: Id462c46236e1de547aabd36409260bd1c99f6f88
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"