Skip to content

Commit

Permalink
build(deps): Bump proc-macro2 from 1.0.78 to 1.0.80
Browse files Browse the repository at this point in the history
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.78 to 1.0.80.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.78...1.0.80)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent bb891b0 commit 91ae2a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/proto-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ quote = "1.0.33"
regex = "1"
syn = {version = "2.0.52", features = ["full", "parsing", "extra-traits"]}
walkdir = "2"
proc-macro2 = "1.0.78"
proc-macro2 = "1.0.80"
2 changes: 1 addition & 1 deletion packages/std-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ proc-macro = true

[dependencies]
itertools = "0.12.1"
proc-macro2 = "1.0.78"
proc-macro2 = "1.0.80"
quote = "1.0.33"
syn = "2.0.52"

Expand Down

0 comments on commit 91ae2a4

Please sign in to comment.