Skip to content

Commit cfa4476

Browse files
committed
CryptoProvider error.
1 parent 13dcd80 commit cfa4476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ cargo-config2 = { workspace = true, optional = true }
5353
regex = "1.10.6"
5454

5555
axum = { workspace = true, features = ["ws"] }
56-
axum-server = { workspace = true, features = ["tls-rustls"] }
56+
axum-server = { workspace = true, default-features = false, features = ["tls-rustls-no-provider"] }
5757
axum-extra = { workspace = true, features = ["typed-header"] }
5858
tower-http = { workspace = true, features = ["full"] }
5959
proc-macro2 = { workspace = true, features = ["span-locations"] }

0 commit comments

Comments
 (0)