From 2de5701434ee9eaa4104762270033ed12cb8cec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 18:04:14 +0000 Subject: [PATCH] Bump quote from 1.0.28 to 1.0.29 Bumps [quote](https://github.com/dtolnay/quote) from 1.0.28 to 1.0.29. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.28...1.0.29) --- updated-dependencies: - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index afb126e..a35e995 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2092,9 +2092,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.28" +version = "1.0.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" +checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" dependencies = [ "proc-macro2", ] diff --git a/Cargo.toml b/Cargo.toml index 6d7c7de..a3c84d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,5 +72,5 @@ features = ["std", "macros"] [build-dependencies] lightningcss = "=1.0.0-alpha.44" proc-macro2 = "=1.0.63" -quote = "=1.0.28" +quote = "=1.0.29" time = "=0.3.22"