[auto] Update cargo and nix flake dependencies#362
Merged
kp-weiwen-goh merged 3 commits intomainfrom Mar 6, 2026
Merged
Conversation
Workspace Outdated Dependencies$ cargo outdated --root-deps-only --exit-code 1
lightway-core
================
Name Project Compat Latest Kind Platform
---- ------- ------ ------ ---- --------
rand_core 0.9.5 --- 0.10.0 Normal ---
lightway-server
================
Name Project Compat Latest Kind Platform
---- ------- ------ ------ ---- --------
strum 0.27.2 --- 0.28.0 Normal --- |
|
Code coverage summary for 58d411e: ✅ Region coverage 69% passes |
```console
$ cargo update
Updating crates.io index
Locking 30 packages to latest Rust 1.93.1 compatible versions
Updating ctrlc v3.5.1 -> v3.5.2
Updating dispatch2 v0.3.0 -> v0.3.1
Updating getifaddrs v0.2.0 -> v0.6.0
Updating getrandom v0.4.1 -> v0.4.2
Updating ipnet v2.11.0 -> v2.12.0
Updating js-sys v0.3.90 -> v0.3.91
Adding libloading v0.9.0
Removing mac_address v1.1.8
Updating nix v0.29.0 -> v0.31.2
Updating objc2 v0.6.3 -> v0.6.4
Updating pin-project-lite v0.2.16 -> v0.2.17
Updating piper v0.2.4 -> v0.2.5
Updating proc-macro-crate v3.4.0 -> v3.5.0
Updating quote v1.0.44 -> v1.0.45
Adding r-efi v6.0.0
Updating sketches-ddsketch v0.3.0 -> v0.3.1
Updating tokio v1.49.0 -> v1.50.0
Updating tokio-macros v2.6.0 -> v2.6.1
Updating toml_datetime v0.7.5+spec-1.1.0 -> v1.0.0+spec-1.1.0
Updating toml_edit v0.23.10+spec-1.0.0 -> v0.25.4+spec-1.1.0
Updating tun-rs v2.7.5 -> v2.8.1 (available: v2.8.2)
Updating wasm-bindgen v0.2.113 -> v0.2.114
Updating wasm-bindgen-macro v0.2.113 -> v0.2.114
Updating wasm-bindgen-macro-support v0.2.113 -> v0.2.114
Updating wasm-bindgen-shared v0.2.113 -> v0.2.114
Updating web-sys v0.3.90 -> v0.3.91
Updating winnow v0.7.14 -> v0.7.15
Updating wolfssl v4.0.0 -> v4.1.0
Updating wolfssl-sys v3.0.0 -> v3.1.0
Updating zerocopy v0.8.39 -> v0.8.40
Updating zerocopy-derive v0.8.39 -> v0.8.40
note: pass `--verbose` to see 9 unchanged dependencies behind latest
```
```console
$ nix flake update
warning: Git tree '/home/runner/work/lightway/lightway' has uncommitted changes
unpacking 'github:hercules-ci/flake-parts/f20dc5d9b8027381c474144ecabc9034d6a839a3' into the Git cache...
unpacking 'github:nixos/nixpkgs/66d9241e3dc2296726dc522e62dbfe89c7b449f3' into the Git cache...
unpacking 'github:oxalica/rust-overlay/910c131a00d237d3eaf216bc91a7190ca6b0ee8e' into the Git cache...
warning: updating lock file "/home/runner/work/lightway/lightway/flake.lock":
• Updated input 'nixpkgs':
'github:nixos/nixpkgs/0fd2db4' (2026-03-04)
→ 'github:nixos/nixpkgs/66d9241' (2026-03-05)
• Updated input 'rust-overlay':
'github:oxalica/rust-overlay/a741b36' (2026-03-04)
→ 'github:oxalica/rust-overlay/910c131' (2026-03-06)
```
ae9b35b to
d8e5f9f
Compare
Workspace Outdated Dependencies$ cargo outdated --root-deps-only --exit-code 1
lightway-core
================
Name Project Compat Latest Kind Platform
---- ------- ------ ------ ---- --------
rand_core 0.9.5 --- 0.10.0 Normal ---
lightway-app-utils
================
Name Project Compat Latest Kind Platform
---- ------- ------ ------ ---- --------
fs-mistrust 0.13.2 --- 0.14.0 Normal ---
lightway-server
================
Name Project Compat Latest Kind Platform
---- ------- ------ ------ ---- --------
strum 0.27.2 --- 0.28.0 Normal --- |
…ckend Replace the rust_crypto feature with aws_lc_rs for jsonwebtoken to remove the vulnerable rsa crate (RUSTSEC-2023-0071) from the dependency tree. The aws_lc_rs backend provides constant-time RSA operations via AWS-LC. Ref: https://github.com/expressvpn/lightway/actions/runs/22748827085
kp-mariappan-ramasamy
approved these changes
Mar 6, 2026
kp-weiwen-goh
approved these changes
Mar 6, 2026
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
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.
Uh oh!
There was an error while loading. Please reload this page.