From 92cbbf86b5f7a0018c64d4abccfaa625bb818c63 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 04:15:24 +0000 Subject: [PATCH] build(deps): update proc-macro2 requirement from 0.4 to 1.0 Updates the requirements on [proc-macro2](https://github.com/alexcrichton/proc-macro2) to permit the latest version. - [Release notes](https://github.com/alexcrichton/proc-macro2/releases) - [Commits](https://github.com/alexcrichton/proc-macro2/compare/0.4.0...1.0.2) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eea02e6..9b55d8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ codecov = { repository = "mgeisler/version-sync" } pulldown-cmark = { version = "0.4", default-features = false } semver-parser = "0.9" syn = { version = "0.15", features = ["full"] } -proc-macro2 = { version = "0.4", features = ["span-locations"] } +proc-macro2 = { version = "1.0", features = ["span-locations"] } toml = "0.5" url = "1.0" itertools = "0.8"