From a2e26c6789dd60605a6eacf083e5efdb470d2d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 21:53:43 -0700 Subject: [PATCH] Bump prettyplease from 0.2.6 to 0.2.9 (#507) Bumps [prettyplease](https://github.com/dtolnay/prettyplease) from 0.2.6 to 0.2.9. - [Release notes](https://github.com/dtolnay/prettyplease/releases) - [Commits](https://github.com/dtolnay/prettyplease/compare/0.2.6...0.2.9) --- 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 ddc10f7..786c967 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1276,9 +1276,9 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" [[package]] name = "prettyplease" -version = "0.2.6" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b69d39aab54d069e7f2fe8cb970493e7834601ca2d8c65fd7bbd183578080d1" +checksum = "9825a04601d60621feed79c4e6b56d65db77cdca55cef43b46b0de1096d1c282" dependencies = [ "proc-macro2", "syn 2.0.18", diff --git a/example-build/Cargo.toml b/example-build/Cargo.toml index b1b801a..d31a869 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.6" +prettyplease = "0.2.9" progenitor = { path = "../progenitor" } serde_json = "1.0" syn = "2.0" diff --git a/example-wasm/Cargo.toml b/example-wasm/Cargo.toml index e97d4ac..3018ae6 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.6" +prettyplease = "0.2.9" progenitor = { path = "../progenitor" } serde_json = "1.0" syn = "2.0"