Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cargo.toml: allow users to specify tls implementation #13

Merged
merged 2 commits into from
Mar 24, 2024

Commits on Mar 22, 2024

  1. Cargo.toml: update reqwest dependency

    reqwest now takes care itself of activating the
    optional `serde_json` dependency under the already
    activated `json` feature [1].
    
    [1] https://github.com/seanmonstar/reqwest/blob/v0.12.0/CHANGELOG.md#v0120
    dspicher committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    84a382c View commit details
    Browse the repository at this point in the history
  2. Cargo.toml: allow users to specify tls implementation

    We allow the user to choose between the default
    native-tls and rustls TLS implementations for the
    reqwest dependency. The default behaviour remains
    activating the previously used, default native-tls
    implementation, thus not breaking any clients.
    dspicher committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0f5f423 View commit details
    Browse the repository at this point in the history