From 4a69cb09028b6f996f28fbc09c24acb6e6953f58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 04:30:45 +0000 Subject: [PATCH] Bump prettyplease from 0.2.33 to 0.2.34 Bumps [prettyplease](https://github.com/dtolnay/prettyplease) from 0.2.33 to 0.2.34. - [Release notes](https://github.com/dtolnay/prettyplease/releases) - [Commits](https://github.com/dtolnay/prettyplease/compare/0.2.33...0.2.34) --- updated-dependencies: - dependency-name: prettyplease dependency-version: 0.2.34 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 7426eb20b..791c9df57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2246,9 +2246,9 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.33" +version = "0.2.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dee91521343f4c5c6a63edd65e54f31f5c92fe8978c40a4282f8372194c6a7d" +checksum = "6837b9e10d61f45f987d50808f83d1ee3d206c66acf650c3e4ae2e1f6ddedf55" dependencies = [ "proc-macro2", "syn", diff --git a/src/hyperlight_component_macro/Cargo.toml b/src/hyperlight_component_macro/Cargo.toml index fb9c0b5c2..685b70cff 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.103" } itertools = { version = "0.14.0" } -prettyplease = { version = "0.2.33" } +prettyplease = { version = "0.2.34" } 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 4f0a13269..13054d156 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.103" } itertools = { version = "0.14.0" } -prettyplease = { version = "0.2.33" } +prettyplease = { version = "0.2.34" } log = { version = "0.4" } \ No newline at end of file