Skip to content

Commit

Permalink
Bump proc-macro2 from 1.0.66 to 1.0.67 in /lang/rust (apache#2493)
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.67.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.66...1.0.67)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and Ranbir Kumar committed May 13, 2024
1 parent d77b5a1 commit 359875d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lang/rust/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 lang/rust/avro_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ proc-macro = true

[dependencies]
darling = { default-features = false, version = "0.20.3" }
proc-macro2 = { default-features = false, version = "1.0.66" }
proc-macro2 = { default-features = false, version = "1.0.67" }
quote = { default-features = false, version = "1.0.33" }
serde_json = { default-features = false, version = "1.0.106", features = ["std"] }
syn = { default-features = false, version = "2.0.32", features = ["full", "fold"] }
Expand Down

0 comments on commit 359875d

Please sign in to comment.