From 7435d1ef58181094dcbb5d67ff9af4c339216db2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 20:35:06 +0000 Subject: [PATCH] chore(deps): bump quote from 1.0.35 to 1.0.36 Bumps [quote](https://github.com/dtolnay/quote) from 1.0.35 to 1.0.36. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.35...1.0.36) --- updated-dependencies: - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- apps/macros/Cargo.toml | 2 +- apps/sdk/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be951fe45..e32c8f8d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4447,9 +4447,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.35" +version = "1.0.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" +checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" dependencies = [ "proc-macro2", ] diff --git a/apps/macros/Cargo.toml b/apps/macros/Cargo.toml index 8eddb0dd6..55019663d 100644 --- a/apps/macros/Cargo.toml +++ b/apps/macros/Cargo.toml @@ -16,6 +16,6 @@ proc-macro = true anyhow = "1.0.82" futures = "0.3.30" log = "0.4.21" -quote = "1.0.35" +quote = "1.0.36" syn = { version = "2.0.58", features = ["full", "fold"] } thiserror = "1.0.58" diff --git a/apps/sdk/Cargo.toml b/apps/sdk/Cargo.toml index 710abf759..d83e9f521 100644 --- a/apps/sdk/Cargo.toml +++ b/apps/sdk/Cargo.toml @@ -17,7 +17,7 @@ exocore-store = {version = "0.1.25", path = "../../store", default-features = fa futures = "0.3.30" lazy_static = "1.4.0" log = "0.4.21" -quote = "1.0.35" +quote = "1.0.36" thiserror = "1.0.58" chrono = { version = "0.4.37", default-features = false, features = [] }