Skip to content

Commit

Permalink
Bump prettyplease from 0.2.9 to 0.2.10 (#525)
Browse files Browse the repository at this point in the history
Bumps [prettyplease](https://github.com/dtolnay/prettyplease) from 0.2.9 to 0.2.10.
- [Release notes](https://github.com/dtolnay/prettyplease/releases)
- [Commits](dtolnay/prettyplease@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 18, 2023
1 parent 851716e commit 3c545ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion example-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 3c545ef

Please sign in to comment.