mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-13 16:46:55 +00:00
build(deps): bump the dependencies group with 19 updates (#1745)
This commit is contained in:
@@ -34,6 +34,7 @@ path = "src/main.rs"
|
||||
default = ["metrics"]
|
||||
metrics = []
|
||||
ftps = ["rustfs-protocols/ftps"]
|
||||
full = ["metrics", "ftps"]
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
use backtrace::Backtrace;
|
||||
use pprof::protos::Message;
|
||||
use rand::Rng;
|
||||
use rand::RngExt;
|
||||
use starshard::ShardedHashMap;
|
||||
use std::alloc::{GlobalAlloc, Layout};
|
||||
use std::cell::Cell;
|
||||
|
||||
@@ -78,7 +78,7 @@ use aes_gcm::{
|
||||
};
|
||||
use async_trait::async_trait;
|
||||
use base64::{Engine, engine::general_purpose::STANDARD as BASE64_STANDARD};
|
||||
use rand::RngCore;
|
||||
use rand::Rng;
|
||||
use rustfs_ecstore::error::StorageError;
|
||||
use rustfs_filemeta::ObjectPartInfo;
|
||||
use rustfs_kms::{
|
||||
|
||||
Reference in New Issue
Block a user