-
-
Notifications
You must be signed in to change notification settings - Fork 782
Closed
Description
Ran Cargo Update
and now Openssl compiles every time I run cargo run
.
Updating openssl v0.10.63 -> v0.10.64
Updating openssl-src v300.2.2+3.2.1 -> v300.2.3+3.2.1
Updating openssl-sys v0.9.99 -> v0.9.100
> cargo run --release
Compiling openssl-sys v0.9.100
Compiling openssl v0.10.64
Compiling native-tls v0.2.11
Compiling tungstenite v0.21.0
This was not the case before. Wonder if it's linked to #2157
Open SSL comes from:
tungstenite = { version = "0.21", features = ["native-tls-vendored"] }
Metadata
Metadata
Assignees
Labels
No labels