mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 23:47:28 +00:00
feat: improve legacy metadata and admin compatibility (#2202)
This commit is contained in:
@@ -36,6 +36,7 @@ time = { workspace = true }
|
||||
moka = { workspace = true }
|
||||
rustfs-credentials = { workspace = true }
|
||||
rustfs-policy = { workspace = true }
|
||||
rustfs-utils = { workspace = true }
|
||||
# Middleware dependencies
|
||||
tower = { workspace = true }
|
||||
http = { workspace = true }
|
||||
@@ -50,6 +51,7 @@ tokio = { workspace = true, features = ["test-util"] }
|
||||
tower = { workspace = true, features = ["util"] }
|
||||
hyper = { workspace = true, features = ["server"] }
|
||||
serde_json = { workspace = true }
|
||||
temp-env = { workspace = true }
|
||||
|
||||
[[test]]
|
||||
name = "integration"
|
||||
|
||||
Reference in New Issue
Block a user