Skip to content

Commit 6687c07

Browse files
committed
update lockfile
1 parent ea4a983 commit 6687c07

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

Cargo.lock

+14-4
Original file line numberDiff line numberDiff line change
@@ -2136,6 +2136,16 @@ dependencies = [
21362136
"winapi",
21372137
]
21382138

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+
21392149
[[package]]
21402150
name = "libm"
21412151
version = "0.1.4"
@@ -2411,7 +2421,7 @@ dependencies = [
24112421
"lazy_static",
24122422
"libc",
24132423
"libffi",
2414-
"libloading",
2424+
"libloading 0.8.1",
24152425
"log",
24162426
"measureme",
24172427
"rand",
@@ -3914,7 +3924,7 @@ dependencies = [
39143924
name = "rustc_interface"
39153925
version = "0.0.0"
39163926
dependencies = [
3917-
"libloading",
3927+
"libloading 0.7.4",
39183928
"rustc-rayon",
39193929
"rustc-rayon-core",
39203930
"rustc_ast",
@@ -4045,7 +4055,7 @@ name = "rustc_metadata"
40454055
version = "0.0.0"
40464056
dependencies = [
40474057
"bitflags 1.3.2",
4048-
"libloading",
4058+
"libloading 0.7.4",
40494059
"odht",
40504060
"rustc_ast",
40514061
"rustc_attr",
@@ -4260,7 +4270,7 @@ dependencies = [
42604270
name = "rustc_plugin_impl"
42614271
version = "0.0.0"
42624272
dependencies = [
4263-
"libloading",
4273+
"libloading 0.7.4",
42644274
"rustc_ast",
42654275
"rustc_errors",
42664276
"rustc_fluent_macro",

0 commit comments

Comments
 (0)