mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-08 22:33:22 +00:00
feat: rpc auth
This commit is contained in:
Generated
+6
-1
@@ -3619,6 +3619,7 @@ dependencies = [
|
||||
"async-trait",
|
||||
"aws-sdk-s3",
|
||||
"backon",
|
||||
"base64 0.22.1",
|
||||
"base64-simd",
|
||||
"blake2",
|
||||
"byteorder",
|
||||
@@ -3633,6 +3634,7 @@ dependencies = [
|
||||
"glob",
|
||||
"hex-simd",
|
||||
"highway",
|
||||
"hmac 0.12.1",
|
||||
"http 1.3.1",
|
||||
"lazy_static",
|
||||
"lock",
|
||||
@@ -3662,7 +3664,7 @@ dependencies = [
|
||||
"s3s",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sha2 0.11.0-pre.5",
|
||||
"sha2 0.10.9",
|
||||
"shadow-rs",
|
||||
"siphasher 1.0.1",
|
||||
"smallvec",
|
||||
@@ -8254,6 +8256,7 @@ dependencies = [
|
||||
"axum",
|
||||
"axum-extra",
|
||||
"axum-server",
|
||||
"base64 0.22.1",
|
||||
"bytes",
|
||||
"chrono",
|
||||
"clap",
|
||||
@@ -8265,6 +8268,7 @@ dependencies = [
|
||||
"flatbuffers 25.2.10",
|
||||
"futures",
|
||||
"futures-util",
|
||||
"hmac 0.12.1",
|
||||
"http 1.3.1",
|
||||
"http-body 1.0.1",
|
||||
"hyper 1.6.0",
|
||||
@@ -8302,6 +8306,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_urlencoded",
|
||||
"sha2 0.10.9",
|
||||
"shadow-rs",
|
||||
"socket2",
|
||||
"thiserror 2.0.12",
|
||||
|
||||
Reference in New Issue
Block a user