From f64f569483eb611c98ba2753be094e715fbe524d Mon Sep 17 00:00:00 2001 From: Jeremy Kolb Date: Sat, 17 Oct 2020 14:20:52 -0400 Subject: Update crates This brings in a number of new dependencies though. --- crates/proc_macro_srv/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/proc_macro_srv') diff --git a/crates/proc_macro_srv/Cargo.toml b/crates/proc_macro_srv/Cargo.toml index fb84e04ae..048b32186 100644 --- a/crates/proc_macro_srv/Cargo.toml +++ b/crates/proc_macro_srv/Cargo.toml @@ -20,7 +20,7 @@ proc_macro_api = { path = "../proc_macro_api", version = "0.0.0" } test_utils = { path = "../test_utils", version = "0.0.0" } [dev-dependencies] -cargo_metadata = "0.11.1" +cargo_metadata = "0.12.0" difference = "2.0.0" # used as proc macro test targets -- cgit v1.2.3