-
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 #146
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
Dec 31, 2024
```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` Locking 8 packages to latest compatible versions Updating glob v0.3.1 -> v0.3.2 Updating io-uring v0.7.2 -> v0.7.3 Updating serde v1.0.216 -> v1.0.217 Updating serde_derive v1.0.216 -> v1.0.217 Updating syn v2.0.92 -> v2.0.93 Updating tun v0.7.6 -> v0.7.10 Removing windows-sys v0.48.0 Removing windows-targets v0.48.5 Removing windows_aarch64_gnullvm v0.48.5 Removing windows_aarch64_msvc v0.48.5 Removing windows_i686_gnu v0.48.5 Removing windows_i686_msvc v0.48.5 Removing windows_x86_64_gnu v0.48.5 Removing windows_x86_64_gnullvm v0.48.5 Removing windows_x86_64_msvc v0.48.5 Removing winreg v0.52.0 Adding winreg2 v0.53.1 Updating wintun-bindings v0.7.23 -> v0.7.27 note: pass `--verbose` to see 3 unchanged dependencies behind latest ```
Workspace Outdated Dependencies$ cargo outdated --root-deps-only --exit-code 1
lightway-app-utils
================
Name Project Compat Latest Kind Platform
---- ------- ------ ------ ---- --------
tokio-tun 0.12.1 --- 0.13.0 Development --- |
Code coverage summary for 2ada2f0:
✅ Region coverage 57% passes |
We changed the tunnel implementation from `tokio-tun` to `tun` recently. But skipped updating the example app which still uses tokio-tun This commit updates the example app to use tun and get rid of tokio-tun dep.
4114756
to
2ada2f0
Compare
kp-mariappan-ramasamy
approved these changes
Dec 31, 2024
kp-max-li
approved these changes
Dec 31, 2024
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.