aboutsummaryrefslogtreecommitdiff
path: root/crates/proc_macro_srv/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-06-22 18:24:57 +0100
committerGitHub <[email protected]>2021-06-22 18:24:57 +0100
commit16d83ccbe2d4dd80c4a5de0793d95fb67e034408 (patch)
treedcf0c555f56c9365f96b479bee1bcb17ed5fbb97 /crates/proc_macro_srv/Cargo.toml
parent76c88e9ca9ea9000d7d9eda1b2dae3173296f738 (diff)
parent5b6e1689289238eadb643aca18a5b904a633dd02 (diff)
Merge #9374
9374: Update crates r=kjeremy a=kjeremy Drops byteorder Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'crates/proc_macro_srv/Cargo.toml')
-rw-r--r--crates/proc_macro_srv/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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"
10doctest = false 10doctest = false
11 11
12[dependencies] 12[dependencies]
13object = { version = "0.24", default-features = false, features = ["std", "read_core", "elf", "macho", "pe"] } 13object = { version = "0.25.3", default-features = false, features = ["std", "read_core", "elf", "macho", "pe"] }
14libloading = "0.7.0" 14libloading = "0.7.0"
15memmap2 = "0.2.0" 15memmap2 = "0.3.0"
16 16
17tt = { path = "../tt", version = "0.0.0" } 17tt = { path = "../tt", version = "0.0.0" }
18mbe = { path = "../mbe", version = "0.0.0" } 18mbe = { path = "../mbe", version = "0.0.0" }