asset-tool: use rustls
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-08-25 20:58:59 -07:00
parent ad3c446b43
commit a2b4980bf3

View File

@@ -12,7 +12,7 @@ clap = { version = "4.4.2", features = ["derive"] }
futures = "0.3.30"
git2 = "0.20.0"
lazy-regex = "3.1.0"
rbx_asset = { path = "rbx_asset" }
rbx_asset = { path = "rbx_asset", features = ["gzip", "rustls-tls"], default-features = false }
rbx_binary = "1.0.0"
rbx_dom_weak = "3.0.0"
rbx_reflection_database = "1.0.3"