From 61092bd900bc2f117ecf436c182eeec57072a1df Mon Sep 17 00:00:00 2001 From: kjeremy Date: Thu, 11 Feb 2021 10:07:49 -0500 Subject: libloading 0.7 See https://docs.rs/libloading/0.7.0/libloading/changelog/r0_7_0/index.html --- crates/proc_macro_srv/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/proc_macro_srv/Cargo.toml') diff --git a/crates/proc_macro_srv/Cargo.toml b/crates/proc_macro_srv/Cargo.toml index 208489e0d..6c8c28980 100644 --- a/crates/proc_macro_srv/Cargo.toml +++ b/crates/proc_macro_srv/Cargo.toml @@ -11,7 +11,7 @@ doctest = false [dependencies] object = { version = "0.23", default-features = false, features = ["std", "read_core", "elf", "macho", "pe"] } -libloading = "0.6.0" +libloading = "0.7.0" memmap2 = "0.2.0" tt = { path = "../tt", version = "0.0.0" } -- cgit v1.2.3