Skip to content

Commit

Permalink
CryptoProvider error. (#3619)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgobbo authored Jan 22, 2025
1 parent 08f2180 commit ce2b223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit ce2b223

Please sign in to comment.