Skip to content

Commit

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

---
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] committed May 7, 2024
1 parent ea3d5e2 commit 5a05cf4
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 serde-cyclonedx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ thiserror = "1.0.59"
[build-dependencies]
anyhow = "1.0.82"
prettyplease = "0.2.19"
proc-macro2 = "1.0.81"
proc-macro2 = "1.0.82"
quote = "1.0.36"
schemafy_lib = "0.6.0"
serde_json = "1.0.116"
Expand Down
2 changes: 1 addition & 1 deletion serde-spdx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ thiserror = "1.0.59"
[build-dependencies]
anyhow = "1.0.82"
prettyplease = "0.2.19"
proc-macro2 = "1.0.81"
proc-macro2 = "1.0.82"
quote = "1.0.36"
schemafy_lib = "0.6.0"
serde_json = "1.0.116"
Expand Down

0 comments on commit 5a05cf4

Please sign in to comment.