File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -2909,9 +2909,9 @@ checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2909
2909
2910
2910
[[package ]]
2911
2911
name = " proc-macro2"
2912
- version = " 1.0.30 "
2912
+ version = " 1.0.37 "
2913
2913
source = " registry+https://github.com/rust-lang/crates.io-index"
2914
- checksum = " edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70 "
2914
+ checksum = " ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1 "
2915
2915
dependencies = [
2916
2916
" unicode-xid" ,
2917
2917
]
@@ -2979,9 +2979,9 @@ checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
2979
2979
2980
2980
[[package ]]
2981
2981
name = " quote"
2982
- version = " 1.0.7 "
2982
+ version = " 1.0.18 "
2983
2983
source = " registry+https://github.com/rust-lang/crates.io-index"
2984
- checksum = " aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37 "
2984
+ checksum = " a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1 "
2985
2985
dependencies = [
2986
2986
" proc-macro2" ,
2987
2987
]
@@ -5018,9 +5018,9 @@ dependencies = [
5018
5018
5019
5019
[[package ]]
5020
5020
name = " syn"
5021
- version = " 1.0.80 "
5021
+ version = " 1.0.91 "
5022
5022
source = " registry+https://github.com/rust-lang/crates.io-index"
5023
- checksum = " d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194 "
5023
+ checksum = " b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d "
5024
5024
dependencies = [
5025
5025
" proc-macro2" ,
5026
5026
" quote" ,
Original file line number Diff line number Diff line change @@ -177,7 +177,6 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
177
177
"rand_chacha" ,
178
178
"rand_core" ,
179
179
"rand_hc" ,
180
- "rand_pcg" ,
181
180
"rand_xorshift" ,
182
181
"rand_xoshiro" ,
183
182
"redox_syscall" ,
You can’t perform that action at this time.
0 commit comments