File tree 2 files changed +7
-29
lines changed
2 files changed +7
-29
lines changed Original file line number Diff line number Diff line change @@ -373,9 +373,9 @@ dependencies = [
373
373
374
374
[[package ]]
375
375
name = " byteorder"
376
- version = " 1.4.3 "
376
+ version = " 1.5.0 "
377
377
source = " registry+https://github.com/rust-lang/crates.io-index"
378
- checksum = " 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610 "
378
+ checksum = " 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b "
379
379
380
380
[[package ]]
381
381
name = " bytes"
@@ -2588,9 +2588,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2588
2588
2589
2589
[[package ]]
2590
2590
name = " object"
2591
- version = " 0.32.1 "
2591
+ version = " 0.32.2 "
2592
2592
source = " registry+https://github.com/rust-lang/crates.io-index"
2593
- checksum = " 9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0 "
2593
+ checksum = " a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441 "
2594
2594
dependencies = [
2595
2595
" compiler_builtins" ,
2596
2596
" crc32fast" ,
@@ -4789,12 +4789,12 @@ checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
4789
4789
4790
4790
[[package ]]
4791
4791
name = " ruzstd"
4792
- version = " 0.4 .0"
4792
+ version = " 0.5 .0"
4793
4793
source = " registry+https://github.com/rust-lang/crates.io-index"
4794
- checksum = " ac3ffab8f9715a0d455df4bbb9d21e91135aab3cd3ca187af0cd0c3c3f868fdc "
4794
+ checksum = " 58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d "
4795
4795
dependencies = [
4796
4796
" byteorder" ,
4797
- " thiserror-core " ,
4797
+ " derive_more " ,
4798
4798
" twox-hash" ,
4799
4799
]
4800
4800
@@ -5357,26 +5357,6 @@ dependencies = [
5357
5357
" thiserror-impl" ,
5358
5358
]
5359
5359
5360
- [[package ]]
5361
- name = " thiserror-core"
5362
- version = " 1.0.38"
5363
- source = " registry+https://github.com/rust-lang/crates.io-index"
5364
- checksum = " 0d97345f6437bb2004cd58819d8a9ef8e36cdd7661c2abc4bbde0a7c40d9f497"
5365
- dependencies = [
5366
- " thiserror-core-impl" ,
5367
- ]
5368
-
5369
- [[package ]]
5370
- name = " thiserror-core-impl"
5371
- version = " 1.0.38"
5372
- source = " registry+https://github.com/rust-lang/crates.io-index"
5373
- checksum = " 10ac1c5050e43014d16b2f94d0d2ce79e65ffdd8b38d8048f9c8f6a8a6da62ac"
5374
- dependencies = [
5375
- " proc-macro2" ,
5376
- " quote" ,
5377
- " syn 1.0.109" ,
5378
- ]
5379
-
5380
5360
[[package ]]
5381
5361
name = " thiserror-impl"
5382
5362
version = " 1.0.47"
Original file line number Diff line number Diff line change @@ -340,8 +340,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
340
340
"termize" ,
341
341
"thin-vec" ,
342
342
"thiserror" ,
343
- "thiserror-core" ,
344
- "thiserror-core-impl" ,
345
343
"thiserror-impl" ,
346
344
"thorin-dwp" ,
347
345
"thread_local" ,
You can’t perform that action at this time.
0 commit comments