mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-09 14:49:25 +00:00
perf(storage): optimize internode RPC transfer path (#2262)
Co-authored-by: momoda693 <momoda693@gmail.com>
This commit is contained in:
Generated
+3
@@ -7914,6 +7914,7 @@ name = "rustfs-rio"
|
||||
version = "0.0.5"
|
||||
dependencies = [
|
||||
"aes-gcm",
|
||||
"axum",
|
||||
"base64 0.22.1",
|
||||
"bytes",
|
||||
"crc-fast",
|
||||
@@ -7921,10 +7922,12 @@ dependencies = [
|
||||
"futures",
|
||||
"hex-simd",
|
||||
"http 1.4.0",
|
||||
"http-body-util",
|
||||
"md-5 0.11.0-rc.5",
|
||||
"pin-project-lite",
|
||||
"rand 0.10.0",
|
||||
"reqwest 0.13.2",
|
||||
"rustfs-common",
|
||||
"rustfs-config",
|
||||
"rustfs-utils",
|
||||
"s3s",
|
||||
|
||||
Reference in New Issue
Block a user