Skip to content

Commit

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

---
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 Nov 27, 2023
1 parent db51e80 commit 2a99520
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 src/clippy-tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bench = false
[dependencies]
clap = { version = "4.3.2", features = ["derive"] }
itertools = "0.11.0"
proc-macro2 = { version = "1.0.63", features = ["span-locations"] }
proc-macro2 = { version = "1.0.70", features = ["span-locations"] }
quote = "1.0.28"
syn = { version = "2.0.39", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
walkdir = "2.3.3"
Expand Down
2 changes: 1 addition & 1 deletion src/log-instrument-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ proc-macro = true
bench = false

[dependencies]
proc-macro2 = "1.0.66"
proc-macro2 = "1.0.70"
quote = "1.0.33"
syn = { version = "2.0.39", features = ["full", "extra-traits"] }

0 comments on commit 2a99520

Please sign in to comment.