From 5b6e1689289238eadb643aca18a5b904a633dd02 Mon Sep 17 00:00:00 2001 From: kjeremy Date: Tue, 22 Jun 2021 13:18:48 -0400 Subject: Update crates --- crates/proc_macro_srv/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/proc_macro_srv') diff --git a/crates/proc_macro_srv/Cargo.toml b/crates/proc_macro_srv/Cargo.toml index c15cb8821..5b879fab7 100644 --- a/crates/proc_macro_srv/Cargo.toml +++ b/crates/proc_macro_srv/Cargo.toml @@ -10,9 +10,9 @@ edition = "2018" doctest = false [dependencies] -object = { version = "0.24", default-features = false, features = ["std", "read_core", "elf", "macho", "pe"] } +object = { version = "0.25.3", default-features = false, features = ["std", "read_core", "elf", "macho", "pe"] } libloading = "0.7.0" -memmap2 = "0.2.0" +memmap2 = "0.3.0" tt = { path = "../tt", version = "0.0.0" } mbe = { path = "../mbe", version = "0.0.0" } -- cgit v1.2.3