From 1227d83d4f511626bf22d49f60b75b1bc45df6a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 08:43:51 -0700 Subject: [PATCH] Bump prettyplease from 0.2.17 to 0.2.19 (#789) Bumps [prettyplease](https://github.com/dtolnay/prettyplease) from 0.2.17 to 0.2.19. - [Release notes](https://github.com/dtolnay/prettyplease/releases) - [Commits](https://github.com/dtolnay/prettyplease/compare/0.2.17...0.2.19) --- 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 ++-- example-build/Cargo.toml | 2 +- example-wasm/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7dde2eb..6a6af2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1376,9 +1376,9 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" [[package]] name = "prettyplease" -version = "0.2.17" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d3928fb5db768cb86f891ff014f0144589297e3c6a1aba6ed7cecfdace270c7" +checksum = "5ac2cf0f2e4f42b49f5ffd07dae8d746508ef7526c13940e5f524012ae6c6550" dependencies = [ "proc-macro2", "syn 2.0.60", diff --git a/example-build/Cargo.toml b/example-build/Cargo.toml index f376e6c..8e9a250 100644 --- a/example-build/Cargo.toml +++ b/example-build/Cargo.toml @@ -14,7 +14,7 @@ serde = { version = "1.0", features = ["derive"] } uuid = { version = "1.8", features = ["serde", "v4"] } [build-dependencies] -prettyplease = "0.2.17" +prettyplease = "0.2.19" progenitor = { path = "../progenitor" } serde_json = "1.0" syn = "2.0" diff --git a/example-wasm/Cargo.toml b/example-wasm/Cargo.toml index 5dd9eed..a44fe6f 100644 --- a/example-wasm/Cargo.toml +++ b/example-wasm/Cargo.toml @@ -15,7 +15,7 @@ uuid = { version = "1.8", features = ["serde", "v4", "js"] } wasm-bindgen-test = "0.3.42" [build-dependencies] -prettyplease = "0.2.17" +prettyplease = "0.2.19" progenitor = { path = "../progenitor" } serde_json = "1.0" syn = "2.0"