Skip to content

Commit

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

---
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 and kleinesfilmroellchen committed Oct 14, 2024
1 parent 4260683 commit 01d1a5f
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 @@ -70,7 +70,7 @@ lalrpop-util = { git = "https://github.com/lalrpop/lalrpop", rev = "b8b82e9ecde5
num-traits = "0.2"
num-derive = "0.4"
arrcat = "0.1"
proc-macro2 = "^1.0.86"
proc-macro2 = "^1.0.87"
human-panic = { version = "2", optional = true }
flexstr = { version = "0.9.2", features = ["int_convert", "serde"] }
hound = "3.5.1"
Expand Down

0 comments on commit 01d1a5f

Please sign in to comment.