Skip to content

Commit ffa8270

Browse files
committed
Bump memmap2
1 parent 34adcc8 commit ffa8270

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/proc_macro_api/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ doctest = false
1212
serde = { version = "1.0", features = ["derive"] }
1313
serde_json = { version = "1.0", features = ["unbounded_depth"] }
1414
tracing = "0.1"
15-
memmap2 = "0.3.0"
15+
memmap2 = "0.5"
1616
snap = "1.0"
1717

1818
paths = { path = "../paths", version = "0.0.0" }
@@ -25,4 +25,4 @@ profile = { path = "../profile", version = "0.0.0" }
2525
[dependencies.object]
2626
version = "0.26"
2727
default-features = false
28-
features = [ "std", "read_core", "elf", "macho", "pe" ]
28+
features = ["std", "read_core", "elf", "macho", "pe"]

crates/proc_macro_srv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object = { version = "0.26", default-features = false, features = [
1717
"pe",
1818
] }
1919
libloading = "0.7.0"
20-
memmap2 = "0.3.0"
20+
memmap2 = "0.5"
2121

2222
tt = { path = "../tt", version = "0.0.0" }
2323
mbe = { path = "../mbe", version = "0.0.0" }

0 commit comments

Comments
 (0)