Skip to content

OpenSSL compiling at every cargo run #2176

@EricFecteau

Description

@EricFecteau

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions