Cargo.lock: refresh after fork version sync

Submodule lockfile regenerated via 'cargo generate-lockfile'
during Phase 0 drift fix.
This commit is contained in:
Red Bear OS
2026-07-12 01:20:43 +03:00
parent 04f80ba395
commit 8294ecbbd8
Generated
+3 -3
View File
@@ -1415,9 +1415,9 @@ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
[[package]] [[package]]
name = "rand" name = "rand"
version = "0.9.4" version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
dependencies = [ dependencies = [
"rand_chacha", "rand_chacha",
"rand_core 0.9.5", "rand_core 0.9.5",
@@ -1529,7 +1529,7 @@ dependencies = [
"pkgar", "pkgar",
"pkgar-core", "pkgar-core",
"pkgar-keys", "pkgar-keys",
"rand 0.9.4", "rand 0.9.5",
"redox-pkg", "redox-pkg",
"redox_syscall", "redox_syscall",
"redoxfs", "redoxfs",