From 518a1c2e796abbba06ac0bae4579e8a617bfda1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 06:54:30 +0800 Subject: [PATCH] chore(deps): update proc-macro-crate requirement from 1 to 2 (#438) 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/compare/v1.2.0...v1.3.1) --- updated-dependencies: - dependency-name: proc-macro-crate dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 81c64a841..e82bf764f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ parking_lot = "0.12" path-slash = "0.2" percent-encoding = "2" pin-project = "1" -proc-macro-crate = "1" +proc-macro-crate = "2" proc-macro-error = "1" proc-macro2 = "1" quinn = { version = "0.10", default-features = false }