Normalize Cargo.lock after upstream merge

This commit is contained in:
David Osipov 2026-03-20 23:22:29 +04:00
parent ebd37932c5
commit 1260217be9
No known key found for this signature in database
GPG Key ID: 0E55C4A47454E82E
1 changed files with 3 additions and 0 deletions

3
Cargo.lock generated
View File

@ -2057,6 +2057,9 @@ name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom 0.2.17",
]
[[package]]
name = "rand_core"