Skip to content

Commit

Permalink
Update Rust crate proc-macro2 to v1.0.86 (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 23, 2024
1 parent 5f8a4f2 commit f830294
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 nativelink-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ proc-macro = true
[dependencies]
# TODO(allada) We currently need to pin these to specific version.
# Some down-stream can't be upgraded just yet.
proc-macro2 = "=1.0.85"
proc-macro2 = "=1.0.86"
quote = "=1.0.36"
syn = "=2.0.66"

0 comments on commit f830294

Please sign in to comment.