Vinicius Gobbo Antunes de Oliveira 5 месяцев назад
Родитель
Сommit
ce2b223af9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/cli/Cargo.toml

+ 1 - 1
packages/cli/Cargo.toml

@@ -53,7 +53,7 @@ cargo-config2 = { workspace = true, optional = true }
 regex = "1.10.6"
 
 axum = { workspace = true, features = ["ws"] }
-axum-server = { workspace = true, features = ["tls-rustls"] }
+axum-server = { workspace = true, default-features = false, features = ["tls-rustls-no-provider"] }
 axum-extra = { workspace = true, features = ["typed-header"] }
 tower-http = { workspace = true, features = ["full"] }
 proc-macro2 = { workspace = true, features = ["span-locations"] }