summaryrefslogtreecommitdiff
path: root/src/patches/record.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/patches/record.rs')
-rw-r--r--src/patches/record.rs8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/patches/record.rs b/src/patches/record.rs
index 6a95973..9bf7856 100644
--- a/src/patches/record.rs
+++ b/src/patches/record.rs
@@ -25,16 +25,12 @@ use anyhow::{
ensure,
Context,
};
-
+use digest::Digest;
use hex::{
FromHex,
ToHex,
};
-
-use sha2::{
- Digest,
- Sha256,
-};
+use sha2::Sha256;
use signature::{
Signature as _,
Verifier,