Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/proc-macro-srv/Cargo.toml')
| -rw-r--r-- | crates/proc-macro-srv/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/proc-macro-srv/Cargo.toml b/crates/proc-macro-srv/Cargo.toml index 01bc8878bb..e7000a259f 100644 --- a/crates/proc-macro-srv/Cargo.toml +++ b/crates/proc-macro-srv/Cargo.toml @@ -10,7 +10,7 @@ rust-version = "1.57" doctest = false [dependencies] -object = { version = "0.28.3", default-features = false, features = [ +object = { version = "0.28.4", default-features = false, features = [ "std", "read_core", "elf", @@ -18,7 +18,7 @@ object = { version = "0.28.3", default-features = false, features = [ "pe", ] } libloading = "0.7.3" -memmap2 = "0.5.3" +memmap2 = "0.5.4" tt = { path = "../tt", version = "0.0.0" } mbe = { path = "../mbe", version = "0.0.0" } @@ -26,7 +26,7 @@ paths = { path = "../paths", version = "0.0.0" } proc-macro-api = { path = "../proc-macro-api", version = "0.0.0" } [dev-dependencies] -expect-test = "1.2.2" +expect-test = "1.3.0" # used as proc macro test targets proc-macro-test = { path = "../proc-macro-test" } |