From 3c545ef01a5b65a64ca13a4c7b84341b7f57ffb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 08:57:28 -0700 Subject: [PATCH] Bump prettyplease from 0.2.9 to 0.2.10 (#525) Bumps [prettyplease](https://github.com/dtolnay/prettyplease) from 0.2.9 to 0.2.10. - [Release notes](https://github.com/dtolnay/prettyplease/releases) - [Commits](https://github.com/dtolnay/prettyplease/compare/0.2.9...0.2.10) --- 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 64e2f40..0096b1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1350,9 +1350,9 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" [[package]] name = "prettyplease" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9825a04601d60621feed79c4e6b56d65db77cdca55cef43b46b0de1096d1c282" +checksum = "92139198957b410250d43fad93e630d956499a625c527eda65175c8680f83387" dependencies = [ "proc-macro2", "syn 2.0.25", diff --git a/example-build/Cargo.toml b/example-build/Cargo.toml index d31a869..bb501c3 100644 --- a/example-build/Cargo.toml +++ b/example-build/Cargo.toml @@ -14,7 +14,7 @@ serde = { version = "1.0", features = ["derive"] } uuid = { version = "1.3", features = ["serde", "v4"] } [build-dependencies] -prettyplease = "0.2.9" +prettyplease = "0.2.10" progenitor = { path = "../progenitor" } serde_json = "1.0" syn = "2.0" diff --git a/example-wasm/Cargo.toml b/example-wasm/Cargo.toml index 3018ae6..0a8ffbd 100644 --- a/example-wasm/Cargo.toml +++ b/example-wasm/Cargo.toml @@ -15,7 +15,7 @@ uuid = { version = "1.3", features = ["serde", "v4", "js"] } wasm-bindgen-test = "0.3.37" [build-dependencies] -prettyplease = "0.2.9" +prettyplease = "0.2.10" progenitor = { path = "../progenitor" } serde_json = "1.0" syn = "2.0"