This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -2909,9 +2909,9 @@ checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
29092909
29102910[[package ]]
29112911name = " proc-macro2"
2912- version = " 1.0.30 "
2912+ version = " 1.0.37 "
29132913source = " registry+https://github.com/rust-lang/crates.io-index"
2914- checksum = " edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70 "
2914+ checksum = " ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1 "
29152915dependencies = [
29162916 " unicode-xid" ,
29172917]
@@ -2979,9 +2979,9 @@ checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
29792979
29802980[[package ]]
29812981name = " quote"
2982- version = " 1.0.7 "
2982+ version = " 1.0.18 "
29832983source = " registry+https://github.com/rust-lang/crates.io-index"
2984- checksum = " aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37 "
2984+ checksum = " a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1 "
29852985dependencies = [
29862986 " proc-macro2" ,
29872987]
@@ -5018,9 +5018,9 @@ dependencies = [
50185018
50195019[[package ]]
50205020name = " syn"
5021- version = " 1.0.80 "
5021+ version = " 1.0.91 "
50225022source = " registry+https://github.com/rust-lang/crates.io-index"
5023- checksum = " d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194 "
5023+ checksum = " b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d "
50245024dependencies = [
50255025 " proc-macro2" ,
50265026 " quote" ,
Original file line number Diff line number Diff line change @@ -177,7 +177,6 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
177177 "rand_chacha" ,
178178 "rand_core" ,
179179 "rand_hc" ,
180- "rand_pcg" ,
181180 "rand_xorshift" ,
182181 "rand_xoshiro" ,
183182 "redox_syscall" ,
You can’t perform that action at this time.
0 commit comments