Skip to content

Commit eca554a

Browse files
committed
fix(random): add missing import for random crate update
1 parent d87757e commit eca554a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/rustmail/src/db/operations/api_keys.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use crate::db::repr::{ApiKey, Permission};
22
use chrono::Utc;
33
use hex;
4-
use rand::Rng;
4+
use rand::RngExt;
55
use sha2::{Digest, Sha256};
66
use sqlx::{Row, SqlitePool};
77

0 commit comments

Comments
 (0)