summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-07-03 07:01:22 +0000
committerGitHub <noreply@github.com>2023-07-03 07:01:22 +0000
commit17cf92f70f686d58400c28d2a8492c53a32751dc (patch)
tree97495257cd6bc0544dda9e380bc4c78697e3e52f
parent250c732f56914316652690769cff6bda9645d64b (diff)
parent5b0843eff6bb1d24636fbccee1f9936e43dba122 (diff)
Merge #227
227: Bump quote from 1.0.28 to 1.0.29 r=matthiasbeyer a=dependabot[bot] Bumps [quote](https://github.com/dtolnay/quote) from 1.0.28 to 1.0.29. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock8
-rw-r--r--type_description_derive/Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ce9d265..fbabd52 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -549,18 +549,18 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.60"
+version = "1.0.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
+checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
dependencies = [
"unicode-ident",
]
[[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/type_description_derive/Cargo.toml b/type_description_derive/Cargo.toml
index 7c30ae2..d1b71ac 100644
--- a/type_description_derive/Cargo.toml
+++ b/type_description_derive/Cargo.toml
@@ -14,6 +14,6 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0.60"
-quote = "1.0.28"
+quote = "1.0.29"
syn = { version = "1.0.109", features = ["extra-traits"] }
proc-macro-error = "1.0.4"