Skip to content

Commit 7767ccf

Browse files
committed
hmac: Fix import
1 parent 27b9f45 commit 7767ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-registry-s3/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![warn(clippy::all, rust_2018_idioms)]
22

33
use chrono::prelude::Utc;
4-
use hmac::{Hmac, Mac, NewMac};
4+
use hmac::{Hmac, Mac};
55
use reqwest::{
66
blocking::{Body, Client, Response},
77
header,

0 commit comments

Comments
 (0)