chore(deps): update getrandom to 0.4.2
lanparty-client-core pulls getrandom from the workspace dependency set for client identity generation. Bump the direct workspace dependency from 0.3.4 to 0.4.2 and refresh Cargo.lock so builds use the newer release for that direct dependency. Cargo still keeps older getrandom versions in the lockfile through transitive dependencies, so this change does not try to force the whole graph onto one major line. The added WASI and WIT packages are getrandom 0.4's normal target support dependencies. Test Plan: - cargo clippy, cargo clippy --benches, and cargo clippy --tests before and after cargo +nightly fmt - cargo fmt --check - cargo test --workspace - cargo clippy --workspace --all-targets -- -D warnings - cargo build --release -p lanparty-relay -p lanparty-gateway - git diff --check - git diff --cached --check Refs: none
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ edition = "2024"
|
||||
anyhow = "1"
|
||||
bytes = "1"
|
||||
clap = { version = "4.6.1", features = ["derive"] }
|
||||
getrandom = "0.3.4"
|
||||
getrandom = "0.4.2"
|
||||
libc = "0.2"
|
||||
quinn = "0.11.9"
|
||||
rcgen = "0.14.8"
|
||||
|
||||
Reference in New Issue
Block a user