@@ -35,6 +35,17 @@ dependencies = [
35
35
" version_check" ,
36
36
]
37
37
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
+
38
49
[[package ]]
39
50
name = " aho-corasick"
40
51
version = " 0.7.18"
@@ -107,7 +118,7 @@ version = "0.1.1"
107
118
source = " registry+https://github.com/rust-lang/crates.io-index"
108
119
checksum = " 276881980556fdadeb88aa1ffc667e4d2e8fe72531dfabcb7a82bb3c9ea9ba31"
109
120
dependencies = [
110
- " object" ,
121
+ " object 0.29.0 " ,
111
122
]
112
123
113
124
[[package ]]
@@ -193,7 +204,7 @@ dependencies = [
193
204
" cfg-if" ,
194
205
" libc" ,
195
206
" miniz_oxide" ,
196
- " object" ,
207
+ " object 0.29.0 " ,
197
208
" rustc-demangle" ,
198
209
]
199
210
@@ -1774,9 +1785,9 @@ dependencies = [
1774
1785
1775
1786
[[package ]]
1776
1787
name = " gimli"
1777
- version = " 0.26.1 "
1788
+ version = " 0.26.2 "
1778
1789
source = " registry+https://github.com/rust-lang/crates.io-index"
1779
- checksum = " 78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4 "
1790
+ checksum = " 22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d "
1780
1791
dependencies = [
1781
1792
" compiler_builtins" ,
1782
1793
" fallible-iterator" ,
@@ -1887,12 +1898,21 @@ version = "0.12.3"
1887
1898
source = " registry+https://github.com/rust-lang/crates.io-index"
1888
1899
checksum = " 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1889
1900
dependencies = [
1890
- " ahash" ,
1901
+ " ahash 0.7.4 " ,
1891
1902
" compiler_builtins" ,
1892
1903
" rustc-std-workspace-alloc" ,
1893
1904
" rustc-std-workspace-core" ,
1894
1905
]
1895
1906
1907
+ [[package ]]
1908
+ name = " hashbrown"
1909
+ version = " 0.13.1"
1910
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1911
+ checksum = " 33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038"
1912
+ dependencies = [
1913
+ " ahash 0.8.2" ,
1914
+ ]
1915
+
1896
1916
[[package ]]
1897
1917
name = " heck"
1898
1918
version = " 0.4.0"
@@ -2129,12 +2149,12 @@ checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
2129
2149
2130
2150
[[package ]]
2131
2151
name = " indexmap"
2132
- version = " 1.9.1 "
2152
+ version = " 1.9.2 "
2133
2153
source = " registry+https://github.com/rust-lang/crates.io-index"
2134
- checksum = " 10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e "
2154
+ checksum = " 1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399 "
2135
2155
dependencies = [
2136
2156
" autocfg" ,
2137
- " hashbrown" ,
2157
+ " hashbrown 0.12.3 " ,
2138
2158
" rustc-rayon" ,
2139
2159
" serde" ,
2140
2160
]
@@ -2740,13 +2760,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2740
2760
checksum = " 21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
2741
2761
dependencies = [
2742
2762
" compiler_builtins" ,
2763
+ " memchr" ,
2764
+ " rustc-std-workspace-alloc" ,
2765
+ " rustc-std-workspace-core" ,
2766
+ ]
2767
+
2768
+ [[package ]]
2769
+ name = " object"
2770
+ version = " 0.30.1"
2771
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2772
+ checksum = " 8d864c91689fdc196779b98dba0aceac6118594c2df6ee5d943eb6a8df4d107a"
2773
+ dependencies = [
2743
2774
" crc32fast" ,
2744
2775
" flate2" ,
2745
- " hashbrown" ,
2776
+ " hashbrown 0.13.1 " ,
2746
2777
" indexmap" ,
2747
2778
" memchr" ,
2748
- " rustc-std-workspace-alloc" ,
2749
- " rustc-std-workspace-core" ,
2750
2779
]
2751
2780
2752
2781
[[package ]]
@@ -3791,7 +3820,7 @@ dependencies = [
3791
3820
" cstr" ,
3792
3821
" libc" ,
3793
3822
" measureme" ,
3794
- " object" ,
3823
+ " object 0.30.1 " ,
3795
3824
" rustc-demangle" ,
3796
3825
" rustc_ast" ,
3797
3826
" rustc_attr" ,
@@ -3826,7 +3855,7 @@ dependencies = [
3826
3855
" itertools" ,
3827
3856
" jobserver" ,
3828
3857
" libc" ,
3829
- " object" ,
3858
+ " object 0.30.1 " ,
3830
3859
" pathdiff" ,
3831
3860
" regex" ,
3832
3861
" rustc_arena" ,
@@ -5296,11 +5325,11 @@ dependencies = [
5296
5325
" core" ,
5297
5326
" dlmalloc" ,
5298
5327
" fortanix-sgx-abi" ,
5299
- " hashbrown" ,
5328
+ " hashbrown 0.12.3 " ,
5300
5329
" hermit-abi 0.2.6" ,
5301
5330
" libc" ,
5302
5331
" miniz_oxide" ,
5303
- " object" ,
5332
+ " object 0.29.0 " ,
5304
5333
" panic_abort" ,
5305
5334
" panic_unwind" ,
5306
5335
" profiler_builtins" ,
@@ -5549,13 +5578,13 @@ dependencies = [
5549
5578
5550
5579
[[package ]]
5551
5580
name = " thorin-dwp"
5552
- version = " 0.3 .0"
5581
+ version = " 0.4 .0"
5553
5582
source = " registry+https://github.com/rust-lang/crates.io-index"
5554
- checksum = " e6cb0c7868d7f90407531108ab03263d9452a8811b7cdd87675343a40d4aa254 "
5583
+ checksum = " da8fbf660a019b6bf11ea95762041464aa9099cc293b6a66d77cea5107619671 "
5555
5584
dependencies = [
5556
5585
" gimli" ,
5557
- " hashbrown" ,
5558
- " object" ,
5586
+ " hashbrown 0.12.3 " ,
5587
+ " object 0.30.1 " ,
5559
5588
" tracing" ,
5560
5589
]
5561
5590
@@ -6090,9 +6119,9 @@ checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
6090
6119
6091
6120
[[package ]]
6092
6121
name = " version_check"
6093
- version = " 0.9.3 "
6122
+ version = " 0.9.4 "
6094
6123
source = " registry+https://github.com/rust-lang/crates.io-index"
6095
- checksum = " 5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe "
6124
+ checksum = " 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f "
6096
6125
6097
6126
[[package ]]
6098
6127
name = " vte"
0 commit comments