From a93ca2265389411139da5e729dc5aa6889a6c21e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 05:34:58 +0000 Subject: [PATCH] Bump prettyplease from 0.2.32 to 0.2.33 Bumps [prettyplease](https://github.com/dtolnay/prettyplease) from 0.2.32 to 0.2.33. - [Release notes](https://github.com/dtolnay/prettyplease/releases) - [Commits](https://github.com/dtolnay/prettyplease/compare/0.2.32...0.2.33) --- updated-dependencies: - dependency-name: prettyplease dependency-version: 0.2.33 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/hyperlight_component_macro/Cargo.toml | 2 +- src/hyperlight_component_util/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c17dfad2..aa32d4386 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2219,9 +2219,9 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.32" +version = "0.2.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6" +checksum = "9dee91521343f4c5c6a63edd65e54f31f5c92fe8978c40a4282f8372194c6a7d" dependencies = [ "proc-macro2", "syn", diff --git a/src/hyperlight_component_macro/Cargo.toml b/src/hyperlight_component_macro/Cargo.toml index 56c9ad38c..0eefd58b4 100644 --- a/src/hyperlight_component_macro/Cargo.toml +++ b/src/hyperlight_component_macro/Cargo.toml @@ -21,6 +21,6 @@ quote = { version = "1.0.38" } proc-macro2 = { version = "1.0.95" } syn = { version = "2.0.96" } itertools = { version = "0.14.0" } -prettyplease = { version = "0.2.31" } +prettyplease = { version = "0.2.33" } hyperlight-component-util = { workspace = true } env_logger = { version = "0.11.8" } \ No newline at end of file diff --git a/src/hyperlight_component_util/Cargo.toml b/src/hyperlight_component_util/Cargo.toml index b9ee02661..2c6697fd1 100644 --- a/src/hyperlight_component_util/Cargo.toml +++ b/src/hyperlight_component_util/Cargo.toml @@ -20,5 +20,5 @@ quote = { version = "1.0.38" } proc-macro2 = { version = "1.0.95" } syn = { version = "2.0.96" } itertools = { version = "0.14.0" } -prettyplease = { version = "0.2.31" } +prettyplease = { version = "0.2.33" } log = { version = "0.4" } \ No newline at end of file