mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-18 18:46:17 +00:00
use http for remote read/write
This commit is contained in:
Generated
+1
-16
@@ -17,21 +17,6 @@ version = "2.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
||||
|
||||
[[package]]
|
||||
name = "admin"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"axum",
|
||||
"ecstore",
|
||||
"futures-util",
|
||||
"hyper",
|
||||
"mime",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"time",
|
||||
"tower 0.5.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "aead"
|
||||
version = "0.5.2"
|
||||
@@ -1960,6 +1945,7 @@ dependencies = [
|
||||
"tracing-error",
|
||||
"transform-stream",
|
||||
"url",
|
||||
"urlencoding",
|
||||
"uuid",
|
||||
"winapi",
|
||||
"workers",
|
||||
@@ -5309,7 +5295,6 @@ dependencies = [
|
||||
name = "rustfs"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"admin",
|
||||
"async-trait",
|
||||
"atoi",
|
||||
"axum",
|
||||
|
||||
Reference in New Issue
Block a user