Skip to content

Commit 58e6e71

Browse files
Bump proc-macro2 from 1.0.81 to 1.0.82
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.81 to 1.0.82. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.81...1.0.82) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad4d2b0 commit 58e6e71

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.

crates/macros/form_proc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version = "1.64.0"
1515

1616
[dependencies]
1717
darling = "0.20.8"
18-
proc-macro2 = "1.0.81"
18+
proc-macro2 = "1.0.82"
1919
quote = "1.0.36"
2020
syn = { version = "2.0.63", features = ["full"] }
2121

0 commit comments

Comments
 (0)