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.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/proc-macro-api/Cargo.toml b/crates/proc-macro-api/Cargo.toml index df2cbcaf30..88bbaee5a8 100644 --- a/crates/proc-macro-api/Cargo.toml +++ b/crates/proc-macro-api/Cargo.toml @@ -10,17 +10,17 @@ 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", "macho", "pe", ] } -serde = { version = "1.0.136", features = ["derive"] } -serde_json = { version = "1.0.79", features = ["unbounded_depth"] } -tracing = "0.1.32" -memmap2 = "0.5.3" +serde = { version = "1.0.137", features = ["derive"] } +serde_json = { version = "1.0.81", features = ["unbounded_depth"] } +tracing = "0.1.35" +memmap2 = "0.5.4" snap = "1.0.5" paths = { path = "../paths", version = "0.0.0" } |