Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/proc_macro_api/Cargo.toml')
-rw-r--r--crates/proc_macro_api/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/proc_macro_api/Cargo.toml b/crates/proc_macro_api/Cargo.toml
index 99b9ead0fc..5b1655b918 100644
--- a/crates/proc_macro_api/Cargo.toml
+++ b/crates/proc_macro_api/Cargo.toml
@@ -12,7 +12,7 @@ doctest = false
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["unbounded_depth"] }
tracing = "0.1"
-memmap2 = "0.3.0"
+memmap2 = "0.5"
snap = "1.0"
paths = { path = "../paths", version = "0.0.0" }
@@ -25,4 +25,4 @@ profile = { path = "../profile", version = "0.0.0" }
[dependencies.object]
version = "0.26"
default-features = false
-features = [ "std", "read_core", "elf", "macho", "pe" ]
+features = ["std", "read_core", "elf", "macho", "pe"]