From 7391360fb6c14fa4d6ecb9733c5453088e0e2068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 10:37:33 +0000 Subject: [PATCH] build(deps): update proc-macro2 requirement from =1.0.79 to =1.0.92 Updates the requirements on [proc-macro2](https://github.com/dtolnay/proc-macro2) to permit the latest version. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.79...1.0.92) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/arduino-diecimila/Cargo.toml | 2 +- examples/arduino-leonardo/Cargo.toml | 2 +- examples/arduino-mega1280/Cargo.toml | 2 +- examples/arduino-mega2560/Cargo.toml | 2 +- examples/arduino-nano/Cargo.toml | 2 +- examples/arduino-uno/Cargo.toml | 2 +- examples/atmega2560/Cargo.toml | 2 +- examples/nano168/Cargo.toml | 2 +- examples/sparkfun-promicro/Cargo.toml | 2 +- examples/sparkfun-promini-3v3/Cargo.toml | 2 +- examples/sparkfun-promini-5v/Cargo.toml | 2 +- examples/trinket-pro/Cargo.toml | 2 +- examples/trinket/Cargo.toml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/examples/arduino-diecimila/Cargo.toml b/examples/arduino-diecimila/Cargo.toml index f98939ce05..0b4095cb6a 100644 --- a/examples/arduino-diecimila/Cargo.toml +++ b/examples/arduino-diecimila/Cargo.toml @@ -23,4 +23,4 @@ features = ["arduino-diecimila"] # we use. Thus, we must fix this dependency to an older version where our # toolchain is still supported. See https://github.com/Rahix/avr-hal/issues/537 [build-dependencies.proc-macro2] -version = "=1.0.79" +version = "=1.0.92" diff --git a/examples/arduino-leonardo/Cargo.toml b/examples/arduino-leonardo/Cargo.toml index 832e5d4318..914ae8d301 100644 --- a/examples/arduino-leonardo/Cargo.toml +++ b/examples/arduino-leonardo/Cargo.toml @@ -23,4 +23,4 @@ features = ["arduino-leonardo"] # we use. Thus, we must fix this dependency to an older version where our # toolchain is still supported. See https://github.com/Rahix/avr-hal/issues/537 [build-dependencies.proc-macro2] -version = "=1.0.79" +version = "=1.0.92" diff --git a/examples/arduino-mega1280/Cargo.toml b/examples/arduino-mega1280/Cargo.toml index 09f9eebf6e..abb93621c1 100644 --- a/examples/arduino-mega1280/Cargo.toml +++ b/examples/arduino-mega1280/Cargo.toml @@ -23,4 +23,4 @@ features = ["arduino-mega1280"] # we use. Thus, we must fix this dependency to an older version where our # toolchain is still supported. See https://github.com/Rahix/avr-hal/issues/537 [build-dependencies.proc-macro2] -version = "=1.0.79" +version = "=1.0.92" diff --git a/examples/arduino-mega2560/Cargo.toml b/examples/arduino-mega2560/Cargo.toml index 4b0d214e75..9a257ca116 100644 --- a/examples/arduino-mega2560/Cargo.toml +++ b/examples/arduino-mega2560/Cargo.toml @@ -23,4 +23,4 @@ features = ["arduino-mega2560"] # we use. Thus, we must fix this dependency to an older version where our # toolchain is still supported. See https://github.com/Rahix/avr-hal/issues/537 [build-dependencies.proc-macro2] -version = "=1.0.79" +version = "=1.0.92" diff --git a/examples/arduino-nano/Cargo.toml b/examples/arduino-nano/Cargo.toml index 6a20a58d6f..c6b769c76c 100644 --- a/examples/arduino-nano/Cargo.toml +++ b/examples/arduino-nano/Cargo.toml @@ -26,4 +26,4 @@ version = "0.7" # we use. Thus, we must fix this dependency to an older version where our # toolchain is still supported. See https://github.com/Rahix/avr-hal/issues/537 [build-dependencies.proc-macro2] -version = "=1.0.79" +version = "=1.0.92" diff --git a/examples/arduino-uno/Cargo.toml b/examples/arduino-uno/Cargo.toml index 4975e26ba0..0696a55b7a 100644 --- a/examples/arduino-uno/Cargo.toml +++ b/examples/arduino-uno/Cargo.toml @@ -33,4 +33,4 @@ default-features = false # we use. Thus, we must fix this dependency to an older version where our # toolchain is still supported. See https://github.com/Rahix/avr-hal/issues/537 [build-dependencies.proc-macro2] -version = "=1.0.79" +version = "=1.0.92" diff --git a/examples/atmega2560/Cargo.toml b/examples/atmega2560/Cargo.toml index 96e4dbaa54..d1d3022d0d 100644 --- a/examples/atmega2560/Cargo.toml +++ b/examples/atmega2560/Cargo.toml @@ -24,4 +24,4 @@ features = ["atmega2560"] # we use. Thus, we must fix this dependency to an older version where our # toolchain is still supported. See https://github.com/Rahix/avr-hal/issues/537 [build-dependencies.proc-macro2] -version = "=1.0.79" +version = "=1.0.92" diff --git a/examples/nano168/Cargo.toml b/examples/nano168/Cargo.toml index ad07be0ac1..94a0f2cde3 100644 --- a/examples/nano168/Cargo.toml +++ b/examples/nano168/Cargo.toml @@ -27,4 +27,4 @@ version = "0.7" # we use. Thus, we must fix this dependency to an older version where our # toolchain is still supported. See https://github.com/Rahix/avr-hal/issues/537 [build-dependencies.proc-macro2] -version = "=1.0.79" +version = "=1.0.92" diff --git a/examples/sparkfun-promicro/Cargo.toml b/examples/sparkfun-promicro/Cargo.toml index 63e9a0814f..c085f02edb 100644 --- a/examples/sparkfun-promicro/Cargo.toml +++ b/examples/sparkfun-promicro/Cargo.toml @@ -23,4 +23,4 @@ features = ["sparkfun-promicro"] # we use. Thus, we must fix this dependency to an older version where our # toolchain is still supported. See https://github.com/Rahix/avr-hal/issues/537 [build-dependencies.proc-macro2] -version = "=1.0.79" +version = "=1.0.92" diff --git a/examples/sparkfun-promini-3v3/Cargo.toml b/examples/sparkfun-promini-3v3/Cargo.toml index 8468f1bc91..7ca4b53bf8 100644 --- a/examples/sparkfun-promini-3v3/Cargo.toml +++ b/examples/sparkfun-promini-3v3/Cargo.toml @@ -23,4 +23,4 @@ features = ["sparkfun-promini-3v3"] # we use. Thus, we must fix this dependency to an older version where our # toolchain is still supported. See https://github.com/Rahix/avr-hal/issues/537 [build-dependencies.proc-macro2] -version = "=1.0.79" +version = "=1.0.92" diff --git a/examples/sparkfun-promini-5v/Cargo.toml b/examples/sparkfun-promini-5v/Cargo.toml index a5e9e68d60..793051393a 100644 --- a/examples/sparkfun-promini-5v/Cargo.toml +++ b/examples/sparkfun-promini-5v/Cargo.toml @@ -23,4 +23,4 @@ features = ["sparkfun-promini-5v"] # we use. Thus, we must fix this dependency to an older version where our # toolchain is still supported. See https://github.com/Rahix/avr-hal/issues/537 [build-dependencies.proc-macro2] -version = "=1.0.79" +version = "=1.0.92" diff --git a/examples/trinket-pro/Cargo.toml b/examples/trinket-pro/Cargo.toml index 96378e95cc..71b49c244a 100644 --- a/examples/trinket-pro/Cargo.toml +++ b/examples/trinket-pro/Cargo.toml @@ -21,4 +21,4 @@ features = ["trinket-pro"] # we use. Thus, we must fix this dependency to an older version where our # toolchain is still supported. See https://github.com/Rahix/avr-hal/issues/537 [build-dependencies.proc-macro2] -version = "=1.0.79" +version = "=1.0.92" diff --git a/examples/trinket/Cargo.toml b/examples/trinket/Cargo.toml index b790ba9286..ebafc1c192 100644 --- a/examples/trinket/Cargo.toml +++ b/examples/trinket/Cargo.toml @@ -21,4 +21,4 @@ features = ["trinket"] # we use. Thus, we must fix this dependency to an older version where our # toolchain is still supported. See https://github.com/Rahix/avr-hal/issues/537 [build-dependencies.proc-macro2] -version = "=1.0.79" +version = "=1.0.92"