Skip to content

Commit

Permalink
suggested fix by cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
leet4tari committed Aug 19, 2024
1 parent 9ae2520 commit 4d592c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comms/core/src/peer_manager/identity_signature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
use std::convert::{TryFrom, TryInto};

use blake2::Blake2b;
use chrono::{DateTime, NaiveDateTime, Utc};
use chrono::{DateTime, Utc};
use digest::consts::U64;
use prost::Message;
use rand::rngs::OsRng;
Expand Down

0 comments on commit 4d592c1

Please sign in to comment.