Skip to content

Commit

Permalink
Bump prettyplease from 0.2.22 to 0.2.24 (#954)
Browse files Browse the repository at this point in the history
Bumps [prettyplease](https://github.com/dtolnay/prettyplease) from 0.2.22 to 0.2.24.
- [Release notes](https://github.com/dtolnay/prettyplease/releases)
- [Commits](dtolnay/prettyplease@0.2.22...0.2.24)

---
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 Oct 21, 2024
1 parent 2f32cde commit 3e806f6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 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.10", features = ["serde", "v4"] }

[build-dependencies]
prettyplease = "0.2.22"
prettyplease = "0.2.24"
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.10", features = ["serde", "v4", "js"] }
wasm-bindgen-test = "0.3.43"

[build-dependencies]
prettyplease = "0.2.22"
prettyplease = "0.2.24"
progenitor = { path = "../progenitor" }
serde_json = "1.0"
syn = "2.0"

0 comments on commit 3e806f6

Please sign in to comment.