From 076114dc4f73ad32a0641d64042ff2eaf3143c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:22:30 -0700 Subject: [PATCH] Bump prettyplease from 0.2.24 to 0.2.25 (#1155) Bumps [prettyplease](https://github.com/dtolnay/prettyplease) from 0.2.24 to 0.2.25. - [Release notes](https://github.com/dtolnay/prettyplease/releases) - [Commits](https://github.com/dtolnay/prettyplease/compare/0.2.24...0.2.25) --- updated-dependencies: - dependency-name: prettyplease dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- dropshot_endpoint/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 845d9b52..49ab9c2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1362,9 +1362,9 @@ checksum = "bbc83ee4a840062f368f9096d80077a9841ec117e17e7f700df81958f1451254" [[package]] name = "prettyplease" -version = "0.2.24" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "910d41a655dac3b764f1ade94821093d3610248694320cd072303a8eedcf221d" +checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033" dependencies = [ "proc-macro2", "syn", diff --git a/dropshot_endpoint/Cargo.toml b/dropshot_endpoint/Cargo.toml index de0fb99d..0973038c 100644 --- a/dropshot_endpoint/Cargo.toml +++ b/dropshot_endpoint/Cargo.toml @@ -29,5 +29,5 @@ features = [ "full", "visit", "extra-traits" ] [dev-dependencies] expectorate = "1.1.0" -prettyplease = "0.2.24" +prettyplease = "0.2.25" schema = "0.1.0"