From 53dc6dc53c666bc67278054719dda0f6d99a7357 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:14:34 +0000 Subject: [PATCH] build(deps): update syn requirement from 0.15 to 1.0 Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/0.15.0...1.0.5) 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..6866771 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ codecov = { repository = "mgeisler/version-sync" } [dependencies] pulldown-cmark = { version = "0.4", default-features = false } semver-parser = "0.9" -syn = { version = "0.15", features = ["full"] } +syn = { version = "1.0", features = ["full"] } proc-macro2 = { version = "0.4", features = ["span-locations"] } toml = "0.5" url = "1.0"