From 9965d0ec53b2dc25d5e34033d0405cf10579694d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 19:53:13 +0000 Subject: [PATCH] Update prettyplease requirement from 0.2 to 0.3 Updates the requirements on [prettyplease](https://github.com/dtolnay/prettyplease) to permit the latest version. - [Release notes](https://github.com/dtolnay/prettyplease/releases) - [Commits](https://github.com/dtolnay/prettyplease/compare/0.2.0...0.3.0) --- updated-dependencies: - dependency-name: prettyplease dependency-version: 0.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/openusd-build/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/openusd-build/Cargo.toml b/crates/openusd-build/Cargo.toml index 87404975..a983e164 100644 --- a/crates/openusd-build/Cargo.toml +++ b/crates/openusd-build/Cargo.toml @@ -28,7 +28,7 @@ thiserror.workspace = true # The generated Rust is built as syntax rather than as text: `quote` writes it, # `syn` parses it back to catch anything malformed here rather than in a # consumer's build, and `prettyplease` lays it out without an external rustfmt. -prettyplease = "0.2" +prettyplease = "0.3" proc-macro2 = "1" quote = "1" syn = { version = "2", features = ["full", "parsing", "printing"] }