Skip to content

Commit

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

---
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>
  • Loading branch information
dependabot[bot] committed Jan 17, 2024
1 parent ce3d7a6 commit ff0af1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lemmeknow = "0.8.0"
log = "0.4"
num = "0.4"
once_cell = "1.18.0"
proc-macro2 = "1.0.63" # Required due to https://github.com/rust-lang/rust/issues/113152
proc-macro2 = "1.0.76" # Required due to https://github.com/rust-lang/rust/issues/113152
rayon = "1.7.0"
regex = "1.9.1"
text_io = "0.1.12"
Expand Down

0 comments on commit ff0af1c

Please sign in to comment.