-
Notifications
You must be signed in to change notification settings - Fork 0
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
[auto] Update cargo dependencies #2
Merged
Merged
Conversation
This file contains 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
May 13, 2024
•
edited
Loading
edited
Ran weekly update CI manually, to verify its working |
Code coverage summary for b454d6f:
✅ Region coverage 60% passes |
kp-mariappan-ramasamy
previously approved these changes
May 13, 2024
8734bfc
to
b7c0681
Compare
xv-ian-c
previously approved these changes
May 14, 2024
b7c0681
to
86d250a
Compare
kp-mariappan-ramasamy
approved these changes
May 17, 2024
52772a4
to
b454d6f
Compare
```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 async-channel v2.2.1 -> v2.3.0 Updating darling v0.20.8 -> v0.20.9 Updating darling_core v0.20.8 -> v0.20.9 Updating darling_macro v0.20.8 -> v0.20.9 Updating errno v0.3.8 -> v0.3.9 Updating rustc-demangle v0.1.23 -> v0.1.24 Updating serde v1.0.200 -> v1.0.202 Updating serde_derive v1.0.200 -> v1.0.202 Updating serde_json v1.0.116 -> v1.0.117 Removing strsim v0.10.0 Updating syn v2.0.61 -> v2.0.63 Updating waker-fn v1.1.1 -> v1.2.0 Updating wolfssl v1.0.0 (https://github.com/expressvpn/wolfssl-rs#43ea50f3) -> #04307287 Updating wolfssl-sys v1.0.0 (https://github.com/expressvpn/wolfssl-rs#43ea50f3) -> #04307287 ```
Fixing error[unmatched-skip]: skipped crate 'strsim = ^0.10.0' was not encountered ┌─ /work/github/expressvpn/lightway/deny.toml:56:15 │ 56 │ { name = "strsim", version = "0.10.0"}, │ ^^^^^^ unmatched skip configuration
error[yanked]: detected yanked crate (try `cargo update -p libc`) ┌─ /work/github/expressvpn/lightway/Cargo.lock:94:1 │ 94 │ libc 0.2.154 registry+https://github.com/rust-lang/crates.io-index │ ------------------------------------------------------------------ yanked version │ = libc v0.2.154 ├── backtrace v0.3.71
I force pushed the first commit to manually re-sign it, until the bot permissions are fixed |
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.