We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13dcd80 commit cfa4476Copy full SHA for cfa4476
packages/cli/Cargo.toml
@@ -53,7 +53,7 @@ cargo-config2 = { workspace = true, optional = true }
53
regex = "1.10.6"
54
55
axum = { workspace = true, features = ["ws"] }
56
-axum-server = { workspace = true, features = ["tls-rustls"] }
+axum-server = { workspace = true, default-features = false, features = ["tls-rustls-no-provider"] }
57
axum-extra = { workspace = true, features = ["typed-header"] }
58
tower-http = { workspace = true, features = ["full"] }
59
proc-macro2 = { workspace = true, features = ["span-locations"] }
0 commit comments