From aa9a09a6023bd1cbfb31d46cebef607872891b23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 10:27:55 -0700 Subject: [PATCH] Bump prettyplease from 0.2.14 to 0.2.15 (#569) Bumps [prettyplease](https://github.com/dtolnay/prettyplease) from 0.2.14 to 0.2.15. - [Release notes](https://github.com/dtolnay/prettyplease/releases) - [Commits](https://github.com/dtolnay/prettyplease/compare/0.2.14...0.2.15) --- 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 cd817e2..4127fae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1293,9 +1293,9 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" [[package]] name = "prettyplease" -version = "0.2.14" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8832c0f9be7e3cae60727e6256cfd2cd3c3e2b6cd5dad4190ecb2fd658c9030b" +checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d" dependencies = [ "proc-macro2", "syn 2.0.31", diff --git a/example-build/Cargo.toml b/example-build/Cargo.toml index f8a18e7..34476aa 100644 --- a/example-build/Cargo.toml +++ b/example-build/Cargo.toml @@ -14,7 +14,7 @@ serde = { version = "1.0", features = ["derive"] } uuid = { version = "1.4", features = ["serde", "v4"] } [build-dependencies] -prettyplease = "0.2.14" +prettyplease = "0.2.15" progenitor = { path = "../progenitor" } serde_json = "1.0" syn = "2.0" diff --git a/example-wasm/Cargo.toml b/example-wasm/Cargo.toml index 4aa4555..c653353 100644 --- a/example-wasm/Cargo.toml +++ b/example-wasm/Cargo.toml @@ -15,7 +15,7 @@ uuid = { version = "1.4", features = ["serde", "v4", "js"] } wasm-bindgen-test = "0.3.37" [build-dependencies] -prettyplease = "0.2.14" +prettyplease = "0.2.15" progenitor = { path = "../progenitor" } serde_json = "1.0" syn = "2.0"