aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2021-06-22 18:18:48 +0100
committerkjeremy <[email protected]>2021-06-22 18:18:48 +0100
commit5b6e1689289238eadb643aca18a5b904a633dd02 (patch)
tree32d3360559eac8859cb7cba4126016810ae9faaf /crates
parent4e2ec914f4b9609d162c3fd1776e8d293428fe5a (diff)
Update crates
Diffstat (limited to 'crates')
-rw-r--r--crates/proc_macro_api/Cargo.toml4
-rw-r--r--crates/proc_macro_srv/Cargo.toml4
2 files changed, 4 insertions, 4 deletions
diff --git a/crates/proc_macro_api/Cargo.toml b/crates/proc_macro_api/Cargo.toml
index 2c4da394b..1c3a90201 100644
--- a/crates/proc_macro_api/Cargo.toml
+++ b/crates/proc_macro_api/Cargo.toml
@@ -15,8 +15,8 @@ serde_json = { version = "1.0", features = ["unbounded_depth"] }
15log = "0.4.8" 15log = "0.4.8"
16crossbeam-channel = "0.5.0" 16crossbeam-channel = "0.5.0"
17jod-thread = "0.1.1" 17jod-thread = "0.1.1"
18memmap2 = "0.2.0" 18memmap2 = "0.3.0"
19object = { version = "0.24", default-features = false, features = ["std", "read_core", "elf", "macho", "pe"] } 19object = { version = "0.25.3", default-features = false, features = ["std", "read_core", "elf", "macho", "pe"] }
20snap = "1.0" 20snap = "1.0"
21 21
22tt = { path = "../tt", version = "0.0.0" } 22tt = { path = "../tt", version = "0.0.0" }
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" }