summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-22 07:02:11 +0000
committerGitHub <noreply@github.com>2023-05-22 07:02:11 +0000
commita6c5c85a2ac1d1f9cf800208f709e3a476e2dff7 (patch)
tree072a1dd278c3eb340688cc4077c5134f6d7f15bf
parentfa9cf7b1a6fb36426842b3b8f998c3fca06557b2 (diff)
Bump proc-macro2 from 1.0.56 to 1.0.58
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.56 to 1.0.58. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.56...1.0.58) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--type_description_derive/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3b97203..f3d52bb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -543,9 +543,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.56"
+version = "1.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
+checksum = "fa1fb82fc0c281dd9671101b66b771ebbe1eaf967b96ac8740dcba4b70005ca8"
dependencies = [
"unicode-ident",
]
diff --git a/type_description_derive/Cargo.toml b/type_description_derive/Cargo.toml
index d82b2d9..bc4b9ad 100644
--- a/type_description_derive/Cargo.toml
+++ b/type_description_derive/Cargo.toml
@@ -13,7 +13,7 @@ keywords = ["proc-macro", "type_description"]
proc-macro = true
[dependencies]
-proc-macro2 = "1.0.56"
+proc-macro2 = "1.0.58"
quote = "1.0.27"
syn = { version = "1.0.109", features = ["extra-traits"] }
proc-macro-error = "1.0.4"