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 +7
-29
lines changed Expand file tree Collapse file tree 2 files changed +7
-29
lines changed Original file line number Diff line number Diff line change @@ -373,9 +373,9 @@ dependencies = [
373373
374374[[package ]]
375375name = " byteorder"
376- version = " 1.4.3 "
376+ version = " 1.5.0 "
377377source = " registry+https://github.com/rust-lang/crates.io-index"
378- checksum = " 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610 "
378+ checksum = " 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b "
379379
380380[[package ]]
381381name = " bytes"
@@ -2588,9 +2588,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
25882588
25892589[[package ]]
25902590name = " object"
2591- version = " 0.32.1 "
2591+ version = " 0.32.2 "
25922592source = " registry+https://github.com/rust-lang/crates.io-index"
2593- checksum = " 9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0 "
2593+ checksum = " a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441 "
25942594dependencies = [
25952595 " compiler_builtins" ,
25962596 " crc32fast" ,
@@ -4789,12 +4789,12 @@ checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
47894789
47904790[[package ]]
47914791name = " ruzstd"
4792- version = " 0.4 .0"
4792+ version = " 0.5 .0"
47934793source = " registry+https://github.com/rust-lang/crates.io-index"
4794- checksum = " ac3ffab8f9715a0d455df4bbb9d21e91135aab3cd3ca187af0cd0c3c3f868fdc "
4794+ checksum = " 58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d "
47954795dependencies = [
47964796 " byteorder" ,
4797- " thiserror-core " ,
4797+ " derive_more " ,
47984798 " twox-hash" ,
47994799]
48004800
@@ -5357,26 +5357,6 @@ dependencies = [
53575357 " thiserror-impl" ,
53585358]
53595359
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-
53805360[[package ]]
53815361name = " thiserror-impl"
53825362version = " 1.0.47"
Original file line number Diff line number Diff line change @@ -340,8 +340,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
340340 "termize" ,
341341 "thin-vec" ,
342342 "thiserror" ,
343- "thiserror-core" ,
344- "thiserror-core-impl" ,
345343 "thiserror-impl" ,
346344 "thorin-dwp" ,
347345 "thread_local" ,
You can’t perform that action at this time.
0 commit comments