@@ -35,6 +35,17 @@ dependencies = [
3535 " version_check" ,
3636]
3737
38+ [[package ]]
39+ name = " ahash"
40+ version = " 0.8.2"
41+ source = " registry+https://github.com/rust-lang/crates.io-index"
42+ checksum = " bf6ccdb167abbf410dcb915cabd428929d7f6a04980b54a11f26a39f1c7f7107"
43+ dependencies = [
44+ " cfg-if" ,
45+ " once_cell" ,
46+ " version_check" ,
47+ ]
48+
3849[[package ]]
3950name = " aho-corasick"
4051version = " 0.7.18"
@@ -107,7 +118,7 @@ version = "0.1.1"
107118source = " registry+https://github.com/rust-lang/crates.io-index"
108119checksum = " 276881980556fdadeb88aa1ffc667e4d2e8fe72531dfabcb7a82bb3c9ea9ba31"
109120dependencies = [
110- " object" ,
121+ " object 0.29.0 " ,
111122]
112123
113124[[package ]]
@@ -193,7 +204,7 @@ dependencies = [
193204 " cfg-if" ,
194205 " libc" ,
195206 " miniz_oxide" ,
196- " object" ,
207+ " object 0.29.0 " ,
197208 " rustc-demangle" ,
198209]
199210
@@ -1650,9 +1661,9 @@ dependencies = [
16501661
16511662[[package ]]
16521663name = " gimli"
1653- version = " 0.26.1 "
1664+ version = " 0.26.2 "
16541665source = " registry+https://github.com/rust-lang/crates.io-index"
1655- checksum = " 78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4 "
1666+ checksum = " 22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d "
16561667dependencies = [
16571668 " compiler_builtins" ,
16581669 " fallible-iterator" ,
@@ -1752,12 +1763,21 @@ version = "0.12.3"
17521763source = " registry+https://github.com/rust-lang/crates.io-index"
17531764checksum = " 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
17541765dependencies = [
1755- " ahash" ,
1766+ " ahash 0.7.4 " ,
17561767 " compiler_builtins" ,
17571768 " rustc-std-workspace-alloc" ,
17581769 " rustc-std-workspace-core" ,
17591770]
17601771
1772+ [[package ]]
1773+ name = " hashbrown"
1774+ version = " 0.13.1"
1775+ source = " registry+https://github.com/rust-lang/crates.io-index"
1776+ checksum = " 33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038"
1777+ dependencies = [
1778+ " ahash 0.8.2" ,
1779+ ]
1780+
17611781[[package ]]
17621782name = " heck"
17631783version = " 0.4.0"
@@ -1976,12 +1996,12 @@ checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
19761996
19771997[[package ]]
19781998name = " indexmap"
1979- version = " 1.9.1 "
1999+ version = " 1.9.2 "
19802000source = " registry+https://github.com/rust-lang/crates.io-index"
1981- checksum = " 10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e "
2001+ checksum = " 1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399 "
19822002dependencies = [
19832003 " autocfg" ,
1984- " hashbrown" ,
2004+ " hashbrown 0.12.3 " ,
19852005 " rustc-rayon" ,
19862006 " serde" ,
19872007]
@@ -2578,13 +2598,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
25782598checksum = " 21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
25792599dependencies = [
25802600 " compiler_builtins" ,
2601+ " memchr" ,
2602+ " rustc-std-workspace-alloc" ,
2603+ " rustc-std-workspace-core" ,
2604+ ]
2605+
2606+ [[package ]]
2607+ name = " object"
2608+ version = " 0.30.1"
2609+ source = " registry+https://github.com/rust-lang/crates.io-index"
2610+ checksum = " 8d864c91689fdc196779b98dba0aceac6118594c2df6ee5d943eb6a8df4d107a"
2611+ dependencies = [
25812612 " crc32fast" ,
25822613 " flate2" ,
2583- " hashbrown" ,
2614+ " hashbrown 0.13.1 " ,
25842615 " indexmap" ,
25852616 " memchr" ,
2586- " rustc-std-workspace-alloc" ,
2587- " rustc-std-workspace-core" ,
25882617]
25892618
25902619[[package ]]
@@ -3596,7 +3625,7 @@ dependencies = [
35963625 " cstr" ,
35973626 " libc" ,
35983627 " measureme" ,
3599- " object" ,
3628+ " object 0.30.1 " ,
36003629 " rustc-demangle" ,
36013630 " rustc_ast" ,
36023631 " rustc_attr" ,
@@ -3631,7 +3660,7 @@ dependencies = [
36313660 " itertools" ,
36323661 " jobserver" ,
36333662 " libc" ,
3634- " object" ,
3663+ " object 0.30.1 " ,
36353664 " pathdiff" ,
36363665 " regex" ,
36373666 " rustc_arena" ,
@@ -5062,11 +5091,11 @@ dependencies = [
50625091 " core" ,
50635092 " dlmalloc" ,
50645093 " fortanix-sgx-abi" ,
5065- " hashbrown" ,
5094+ " hashbrown 0.12.3 " ,
50665095 " hermit-abi 0.2.6" ,
50675096 " libc" ,
50685097 " miniz_oxide" ,
5069- " object" ,
5098+ " object 0.29.0 " ,
50705099 " panic_abort" ,
50715100 " panic_unwind" ,
50725101 " profiler_builtins" ,
@@ -5298,13 +5327,13 @@ dependencies = [
52985327
52995328[[package ]]
53005329name = " thorin-dwp"
5301- version = " 0.3 .0"
5330+ version = " 0.4 .0"
53025331source = " registry+https://github.com/rust-lang/crates.io-index"
5303- checksum = " e6cb0c7868d7f90407531108ab03263d9452a8811b7cdd87675343a40d4aa254 "
5332+ checksum = " da8fbf660a019b6bf11ea95762041464aa9099cc293b6a66d77cea5107619671 "
53045333dependencies = [
53055334 " gimli" ,
5306- " hashbrown" ,
5307- " object" ,
5335+ " hashbrown 0.12.3 " ,
5336+ " object 0.30.1 " ,
53085337 " tracing" ,
53095338]
53105339
@@ -5813,9 +5842,9 @@ checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
58135842
58145843[[package ]]
58155844name = " version_check"
5816- version = " 0.9.3 "
5845+ version = " 0.9.4 "
58175846source = " registry+https://github.com/rust-lang/crates.io-index"
5818- checksum = " 5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe "
5847+ checksum = " 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f "
58195848
58205849[[package ]]
58215850name = " vte"
0 commit comments