Skip to content

Commit

Permalink
chore(deps): update proc-macro-crate requirement from >= 2, <= 3 to >…
Browse files Browse the repository at this point in the history
…= 2, <= 4 (#653)

Updates the requirements on [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) to permit the latest version.
- [Release notes](https://github.com/bkchr/proc-macro-crate/releases)
- [Commits](https://github.com/bkchr/proc-macro-crate/commits)

---
updated-dependencies:
- dependency-name: proc-macro-crate
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 18, 2024
1 parent d1a7c4d commit ffff848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ parking_lot = "0.12"
path-slash = "0.2"
percent-encoding = "2"
pin-project = "1"
proc-macro-crate = {version = ">= 2, <= 3"}
proc-macro-crate = {version = ">= 2, <= 4"}
proc-macro-error = "1"
proc-macro2 = "1"
quinn = { version = "0.10", default-features = false }
Expand Down

0 comments on commit ffff848

Please sign in to comment.