From c769a67c3b4f16caa3f162766c9292192ee9c153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 05:54:37 +0000 Subject: [PATCH] Bump quote from 1.0.26 to 1.0.31 Bumps [quote](https://github.com/dtolnay/quote) from 1.0.26 to 1.0.31. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.26...1.0.31) --- updated-dependencies: - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bdc720a..f716a0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,4 +23,4 @@ nom = "7.1.1" pathdiff = "0.2.1" which = { version = "4.4.0", optional = true, default-features = false } syn = "2.0.16" -quote = "1.0.26" \ No newline at end of file +quote = "1.0.31" \ No newline at end of file