File tree 1 file changed +14
-4
lines changed
1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -2136,6 +2136,16 @@ dependencies = [
2136
2136
" winapi" ,
2137
2137
]
2138
2138
2139
+ [[package ]]
2140
+ name = " libloading"
2141
+ version = " 0.8.1"
2142
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2143
+ checksum = " c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
2144
+ dependencies = [
2145
+ " cfg-if" ,
2146
+ " windows-sys 0.48.0" ,
2147
+ ]
2148
+
2139
2149
[[package ]]
2140
2150
name = " libm"
2141
2151
version = " 0.1.4"
@@ -2411,7 +2421,7 @@ dependencies = [
2411
2421
" lazy_static" ,
2412
2422
" libc" ,
2413
2423
" libffi" ,
2414
- " libloading" ,
2424
+ " libloading 0.8.1 " ,
2415
2425
" log" ,
2416
2426
" measureme" ,
2417
2427
" rand" ,
@@ -3914,7 +3924,7 @@ dependencies = [
3914
3924
name = " rustc_interface"
3915
3925
version = " 0.0.0"
3916
3926
dependencies = [
3917
- " libloading" ,
3927
+ " libloading 0.7.4 " ,
3918
3928
" rustc-rayon" ,
3919
3929
" rustc-rayon-core" ,
3920
3930
" rustc_ast" ,
@@ -4045,7 +4055,7 @@ name = "rustc_metadata"
4045
4055
version = " 0.0.0"
4046
4056
dependencies = [
4047
4057
" bitflags 1.3.2" ,
4048
- " libloading" ,
4058
+ " libloading 0.7.4 " ,
4049
4059
" odht" ,
4050
4060
" rustc_ast" ,
4051
4061
" rustc_attr" ,
@@ -4260,7 +4270,7 @@ dependencies = [
4260
4270
name = " rustc_plugin_impl"
4261
4271
version = " 0.0.0"
4262
4272
dependencies = [
4263
- " libloading" ,
4273
+ " libloading 0.7.4 " ,
4264
4274
" rustc_ast" ,
4265
4275
" rustc_errors" ,
4266
4276
" rustc_fluent_macro" ,
You can’t perform that action at this time.
0 commit comments