summary refs log tree commit diff
path: root/compiler/rustc_interface
diff options
context:
space:
mode:
authorSimonas Kazlauskas <git@kazlauskas.me>2024-01-10 17:12:01 +0200
committerSimonas Kazlauskas <git@kazlauskas.me>2024-01-10 17:18:10 +0200
commitfcaeb4542173b364835aef7dd2526303191b2d2c (patch)
tree8f4af58fdc4fb57a9843b3b8d15d465956ca371d /compiler/rustc_interface
parente9271846294c4ee5bd7706df68180320c0b5ff20 (diff)
downloadrust-fcaeb4542173b364835aef7dd2526303191b2d2c.tar.gz
rust-fcaeb4542173b364835aef7dd2526303191b2d2c.zip
deps: deduplicate the version of libloading used
The changelog can be found here:
https://docs.rs/libloading/latest/libloading/changelog/r0_8_0/index.html
Diffstat (limited to 'compiler/rustc_interface')
-rw-r--r--compiler/rustc_interface/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_interface/Cargo.toml b/compiler/rustc_interface/Cargo.toml
index 319e8175809..a238eacda44 100644
--- a/compiler/rustc_interface/Cargo.toml
+++ b/compiler/rustc_interface/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
 
 [dependencies]
 # tidy-alphabetical-start
-libloading = "0.7.1"
+libloading = "0.8.0"
 rustc-rayon = { version = "0.5.0", optional = true }
 rustc-rayon-core = { version = "0.5.0", optional = true }
 rustc_ast = { path = "../rustc_ast" }