From fa4a3e4dc02c2f2ee889858cbec5e41c90d9130f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 10:13:08 -0700 Subject: [PATCH] Bump prettyplease from 0.2.16 to 0.2.17 (#747) 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 ++-- 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 cd6a90b..3190b76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1487,9 +1487,9 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" [[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.52", diff --git a/example-build/Cargo.toml b/example-build/Cargo.toml index 0bc3868..245e994 100644 --- a/example-build/Cargo.toml +++ b/example-build/Cargo.toml @@ -14,7 +14,7 @@ serde = { version = "1.0", features = ["derive"] } uuid = { version = "1.7", features = ["serde", "v4"] } [build-dependencies] -prettyplease = "0.2.16" +prettyplease = "0.2.17" progenitor = { path = "../progenitor" } serde_json = "1.0" syn = "2.0" diff --git a/example-wasm/Cargo.toml b/example-wasm/Cargo.toml index 5357587..ad1bbc4 100644 --- a/example-wasm/Cargo.toml +++ b/example-wasm/Cargo.toml @@ -15,7 +15,7 @@ uuid = { version = "1.7", features = ["serde", "v4", "js"] } wasm-bindgen-test = "0.3.41" [build-dependencies] -prettyplease = "0.2.16" +prettyplease = "0.2.17" progenitor = { path = "../progenitor" } serde_json = "1.0" syn = "2.0"