mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-29 16:37:07 +00:00
chore(deps): migrate direct encoding deps to simd (#6690)
This commit is contained in:
@@ -451,6 +451,5 @@ async fn harness_restart_brings_the_service_back_over_the_same_state() {
|
||||
}
|
||||
|
||||
fn base64_of(bytes: &[u8]) -> String {
|
||||
use base64::Engine as _;
|
||||
base64::engine::general_purpose::STANDARD.encode(bytes)
|
||||
base64_simd::STANDARD.encode_to_string(bytes)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user