fix(security): extend outbound egress guard (#3744)

This commit is contained in:
houseme
2026-06-22 19:20:31 +08:00
committed by GitHub
parent 64aef06c60
commit 2f85ef4455
5 changed files with 78 additions and 1 deletions
+2 -1
View File
@@ -36,7 +36,8 @@ time = { workspace = true }
moka = { workspace = true }
rustfs-credentials = { workspace = true }
rustfs-policy = { workspace = true }
rustfs-utils = { workspace = true }
rustfs-utils = { workspace = true, features = ["egress"] }
url = { workspace = true }
# Middleware dependencies
tower = { workspace = true }
http = { workspace = true }