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

More dependency updates #241

Merged
merged 6 commits into from
Aug 7, 2021
Merged

More dependency updates #241

merged 6 commits into from
Aug 7, 2021

Commits on Aug 7, 2021

  1. cargo update

    str4d committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    cb90a4a View commit details
    Browse the repository at this point in the history
  2. Bump MSRV to 1.51.0

    str4d committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    215b1b0 View commit details
    Browse the repository at this point in the history
  3. secrecy 0.8

    str4d committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    3cca6a0 View commit details
    Browse the repository at this point in the history
  4. rand 0.8 and rsa 0.5

    rand 0.7 is kept as a dependency of age due to x25519-dalek 1.*.
    str4d committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    bfb0e0e View commit details
    Browse the repository at this point in the history
  5. env_logger 0.9

    str4d committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    f4e749e View commit details
    Browse the repository at this point in the history
  6. Remove wasm32-unknown-unknown from build checks

    By default `getrandom` 0.2 does not compile on unsupported targets; it
    is necessary to enable its `js` feature flag specifically when targeting
    `wasm32-unknown-unknown`. Since we don't expose that flag ourselves
    (instead relying on the downstream user to do this) we can't directly
    test this ourselves. `wasm32-wasi` is fully-supported, so we continue to
    test builds against that target to ensure we retain WASM compatibility.
    str4d committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    d5bb028 View commit details
    Browse the repository at this point in the history