From 129c95fc5a2ea996dd12e58cc2a9f8b847d5c322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:45:33 +1100 Subject: [PATCH] Bump prettyplease from 0.2.16 to 0.2.17 (#18) Bumps [prettyplease](https://github.com/dtolnay/prettyplease) from 0.2.16 to 0.2.17. - [Release notes](https://github.com/dtolnay/prettyplease/releases) - [Commits](https://github.com/dtolnay/prettyplease/compare/0.2.16...0.2.17) --- 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 ++-- roscal_lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce11f7f..7b0352c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -733,9 +733,9 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5" +checksum = "8d3928fb5db768cb86f891ff014f0144589297e3c6a1aba6ed7cecfdace270c7" dependencies = [ "proc-macro2", "syn 2.0.53", diff --git a/roscal_lib/Cargo.toml b/roscal_lib/Cargo.toml index b160ce4..7b0b557 100644 --- a/roscal_lib/Cargo.toml +++ b/roscal_lib/Cargo.toml @@ -33,7 +33,7 @@ serde_yaml = "0.9.33" [build-dependencies] json-schema-diff = "0.1.7" -prettyplease = "0.2.16" +prettyplease = "0.2.17" proc-macro2 = "1.0.79" serde_json = "1.0.114" syn = {version = "2.0.53", features = ["full"]}