-
Notifications
You must be signed in to change notification settings - Fork 2
[auto] Update cargo dependencies #185
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
xv-github-iat-bot
commented
Apr 7, 2025
```console $ cargo update Updating crates.io index Updating git repository `https://github.com/expressvpn/wolfssl-rs` Updating git submodule `https://github.com/wolfSSL/wolfssl.git` Updating git repository `https://github.com/Detegr/rust-ctrlc.git` Locking 17 packages to latest Rust 1.85.1 compatible versions Updating cc v1.2.17 -> v1.2.18 Updating clap v4.5.34 -> v4.5.35 Updating clap_builder v4.5.34 -> v4.5.35 Downgrading deranged v0.4.1 -> v0.4.0 Adding getrandom v0.3.2 Updating indexmap v2.8.0 -> v2.9.0 Updating jobserver v0.1.32 -> v0.1.33 Updating miniz_oxide v0.8.5 -> v0.8.7 Updating prettyplease v0.2.31 -> v0.2.32 Adding r-efi v5.2.0 Updating redox_syscall v0.5.10 -> v0.5.11 Updating smallvec v1.14.0 -> v1.15.0 Updating tokio v1.44.1 -> v1.44.2 Adding wasi v0.14.2+wasi-0.2.4 Adding wit-bindgen-rt v0.39.0 Updating wolfssl v3.0.0 (https://github.com/expressvpn/wolfssl-rs#d287b057) -> #b21cbbaa Updating wolfssl-sys v2.0.0 (https://github.com/expressvpn/wolfssl-rs#d287b057) -> #b21cbbaa note: pass `--verbose` to see 6 unchanged dependencies behind latest ```
Includes wolfssl update: |
kp-mariappan-ramasamy
previously approved these changes
Apr 7, 2025
Workspace Outdated Dependencies$ cargo outdated --root-deps-only --exit-code 1
lightway-core
================
Name Project Compat Latest Kind Platform
---- ------- ------ ------ ---- --------
rand_core 0.6.4 --- 0.9.3 Normal ---
lightway-server
================
Name Project Compat Latest Kind Platform
---- ------- ------ ------ ---- --------
metrics-util 0.18.0 --- 0.19.0 Normal --- |
Code coverage summary for 6663a03:
✅ Region coverage 54% passes |
Bunch of modules and struct names have been renamed with this update. Changelog: https://github.com/rust-random/rand/blob/master/CHANGELOG.md https://github.com/rust-random/rand/blob/master/rand_core/CHANGELOG.md Changelog relevant for this commit changes: - make trait CryptoRng: RngCore replacing CryptoRngCore (#1273) - Rename fn SeedableRng::from_entropy -> from_os_rng and add fallible variant fn try_from_os_rng (#1424) - Rename fn rand::thread_rng() to rand::rng() and remove from the prelude (#1506) - Rename fn Rng::gen to random to avoid conflict with the new gen keyword in Rust 2024 (#1438) - Rename module rand::distributions to rand::distr (#1470) - Rename distribution Standard to StandardUniform (#1526)
kp-max-li
approved these changes
Apr 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.