Skip to content

Commit 56bc552

Browse files
committed
Bump object version
1 parent d9d89fd commit 56bc552

File tree

2 files changed

+7
-29
lines changed

2 files changed

+7
-29
lines changed

Cargo.lock

+7-27
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,9 @@ dependencies = [
373373

374374
[[package]]
375375
name = "byteorder"
376-
version = "1.4.3"
376+
version = "1.5.0"
377377
source = "registry+https://github.com/rust-lang/crates.io-index"
378-
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
378+
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
379379

380380
[[package]]
381381
name = "bytes"
@@ -2588,9 +2588,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
25882588

25892589
[[package]]
25902590
name = "object"
2591-
version = "0.32.1"
2591+
version = "0.32.2"
25922592
source = "registry+https://github.com/rust-lang/crates.io-index"
2593-
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
2593+
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
25942594
dependencies = [
25952595
"compiler_builtins",
25962596
"crc32fast",
@@ -4789,12 +4789,12 @@ checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
47894789

47904790
[[package]]
47914791
name = "ruzstd"
4792-
version = "0.4.0"
4792+
version = "0.5.0"
47934793
source = "registry+https://github.com/rust-lang/crates.io-index"
4794-
checksum = "ac3ffab8f9715a0d455df4bbb9d21e91135aab3cd3ca187af0cd0c3c3f868fdc"
4794+
checksum = "58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d"
47954795
dependencies = [
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]]
53815361
name = "thiserror-impl"
53825362
version = "1.0.47"

src/tools/tidy/src/deps.rs

-2
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)