From d4a94379587f983d27c7c47ea2de3e05297a085f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 10:07:56 +0000 Subject: [PATCH] fix(deps): bump prettyplease from 0.2.35 to 0.2.36 Bumps [prettyplease](https://github.com/dtolnay/prettyplease) from 0.2.35 to 0.2.36. - [Release notes](https://github.com/dtolnay/prettyplease/releases) - [Commits](https://github.com/dtolnay/prettyplease/compare/0.2.35...0.2.36) --- updated-dependencies: - dependency-name: prettyplease dependency-version: 0.2.36 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e231c69..0266858f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1783,9 +1783,9 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.35" +version = "0.2.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061c1221631e079b26479d25bbf2275bfe5917ae8419cd7e34f13bfc2aa7539a" +checksum = "ff24dfcda44452b9816fff4cd4227e1bb73ff5a2f1bc1105aa92fb8565ce44d2" dependencies = [ "proc-macro2", "syn", diff --git a/Cargo.toml b/Cargo.toml index 924b5f0b..661d5790 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ derive-new = "0.7.0" metrics-exporter-prometheus = { version = "0.17.2", features = ["http-listener"], default-features = false } quote = "1.0.40" syn = "2.0.104" -prettyplease = "0.2.35" +prettyplease = "0.2.36" convert_case = "0.8.0" crc = "3.3.0" libc = "0.2"