Skip to content

Commit ca25960

Browse files
Bump proc-macro2 from 1.0.75 to 1.0.76 (#560)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.75 to 1.0.76. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.75...1.0.76) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9c73bc5 commit ca25960

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.

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ proc-macro = true
1313
[dependencies]
1414
syn = { version = "1.0.98", features = ["full", "visit"] }
1515
quote = "1.0.35"
16-
proc-macro2 = "1.0.75"
16+
proc-macro2 = "1.0.76"
1717
proc-macro-crate = "3.0.0"
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)