mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 13:16:28 +00:00
build(deps): bump the dependencies group with 19 updates (#1745)
This commit is contained in:
@@ -117,7 +117,7 @@ pub async fn create_default_key(
|
||||
|
||||
/// Create a KMS key with a specific ID (by directly writing to the key directory)
|
||||
pub async fn create_key_with_specific_id(key_dir: &str, key_id: &str) -> Result<(), Box<dyn std::error::Error + Send + Sync>> {
|
||||
use rand::RngCore;
|
||||
use rand::Rng;
|
||||
use std::collections::HashMap;
|
||||
use tokio::fs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user