From b09cccf35da5c9ab0181c71bac39240112620c16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 22:37:18 +0000 Subject: [PATCH] chore(deps): update rust crate proc-macro2 to 1.0.81 (#126) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [proc-macro2](https://togithub.com/dtolnay/proc-macro2) | workspace.dependencies | patch | `1.0.79` -> `1.0.81` | --- ### Release Notes
dtolnay/proc-macro2 (proc-macro2) ### [`v1.0.81`](https://togithub.com/dtolnay/proc-macro2/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/proc-macro2/compare/1.0.80...1.0.81) - Documentation improvements ### [`v1.0.80`](https://togithub.com/dtolnay/proc-macro2/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/proc-macro2/compare/1.0.79...1.0.80) - Add `Literal::byte_character` constructor ([#​449](https://togithub.com/dtolnay/proc-macro2/issues/449)) - Add `Literal::c_string` constructor [#​450](https://togithub.com/dtolnay/proc-macro2/issues/450))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/andrzejressel/pulumi-wasm). --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- .../tests/output/command_provider/Cargo.lock | 4 ++-- pulumi_wasm_generator/tests/output/docker_provider/Cargo.lock | 4 ++-- pulumi_wasm_generator/tests/output/random_provider/Cargo.lock | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f75288c4d..664c14d0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1859,9 +1859,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.79" +version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" +checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba" dependencies = [ "unicode-ident", ] diff --git a/Cargo.toml b/Cargo.toml index 974e8701a..fe6ab489c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ clap = { version = "4.5.4", features = ["derive"] } regex = "1.10.4" syn = { version = "2.0.58", features = ["full"] } quote = "1.0.36" -proc-macro2 = "1.0.79" +proc-macro2 = "1.0.81" assert_cmd = "2.0.14" predicates = "3.1.0" normpath = "1.2" diff --git a/pulumi_wasm_generator/tests/output/command_provider/Cargo.lock b/pulumi_wasm_generator/tests/output/command_provider/Cargo.lock index e615a45ac..6bd9c5ff3 100644 --- a/pulumi_wasm_generator/tests/output/command_provider/Cargo.lock +++ b/pulumi_wasm_generator/tests/output/command_provider/Cargo.lock @@ -256,9 +256,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "proc-macro2" -version = "1.0.79" +version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" +checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba" dependencies = [ "unicode-ident", ] diff --git a/pulumi_wasm_generator/tests/output/docker_provider/Cargo.lock b/pulumi_wasm_generator/tests/output/docker_provider/Cargo.lock index f377d78f6..151225018 100644 --- a/pulumi_wasm_generator/tests/output/docker_provider/Cargo.lock +++ b/pulumi_wasm_generator/tests/output/docker_provider/Cargo.lock @@ -256,9 +256,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "proc-macro2" -version = "1.0.79" +version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" +checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba" dependencies = [ "unicode-ident", ] diff --git a/pulumi_wasm_generator/tests/output/random_provider/Cargo.lock b/pulumi_wasm_generator/tests/output/random_provider/Cargo.lock index f4ca155e1..33f213130 100644 --- a/pulumi_wasm_generator/tests/output/random_provider/Cargo.lock +++ b/pulumi_wasm_generator/tests/output/random_provider/Cargo.lock @@ -256,9 +256,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "proc-macro2" -version = "1.0.79" +version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" +checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba" dependencies = [ "unicode-ident", ]