From 5eef742915c71a014ad85cc8dcd6b8aab36184ad Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 04:20:23 +0000 Subject: [PATCH] Update quote requirement from 0.6 to 1.0 Updates the requirements on [quote](https://github.com/dtolnay/quote) to permit the latest version. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/0.6.0...1.0.0) Signed-off-by: dependabot-preview[bot] --- fints_derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fints_derive/Cargo.toml b/fints_derive/Cargo.toml index b4c1ed9..060902b 100644 --- a/fints_derive/Cargo.toml +++ b/fints_derive/Cargo.toml @@ -9,4 +9,4 @@ proc-macro = true [dependencies] syn = "0.15" -quote = "0.6" +quote = "1.0"