Skip to content

Commit 1863837

Browse files
build(deps): bump proc-macro2 from 1.0.64 to 1.0.66 (#4766)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.64 to 1.0.66. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.64...1.0.66) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b1b13f commit 1863837

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ proc-macro = true
99
[dependencies]
1010
syn = { version = "1.0.98", features = ["full"] }
1111
quote = "1.0"
12-
proc-macro2 = "1.0.64"
12+
proc-macro2 = "1.0.66"
1313
heck = "0.4"

0 commit comments

Comments
 (0)