mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-09 14:49:25 +00:00
+2
-2
@@ -23,7 +23,7 @@ tracing-error.workspace = true
|
||||
http.workspace = true
|
||||
url.workspace = true
|
||||
uuid = { version = "1.8.0", features = ["v4", "fast-rng", "serde"] }
|
||||
reed-solomon-erasure = "6.0.0"
|
||||
reed-solomon-erasure = { version = "6.0.0", features = [ "simd-accel" ] }
|
||||
transform-stream = "0.3.0"
|
||||
lazy_static.workspace = true
|
||||
lock.workspace = true
|
||||
@@ -37,7 +37,7 @@ s3s = "0.10.0"
|
||||
crc32fast = "1.4.2"
|
||||
siphasher = "1.0.1"
|
||||
base64-simd = "0.8.0"
|
||||
sha2 = "0.10.8"
|
||||
sha2 = { version = "0.10.8", features = ["asm"] }
|
||||
hex-simd = "0.8.0"
|
||||
path-clean = "1.0.1"
|
||||
tokio = { workspace = true, features = ["io-util", "sync"] }
|
||||
|
||||
Reference in New Issue
Block a user