Skip to content

Commit

Permalink
fix(deps): bump prettyplease from 0.2.22 to 0.2.25
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.25.
- [Release notes](https://github.com/dtolnay/prettyplease/releases)
- [Commits](dtolnay/prettyplease@0.2.22...0.2.25)

---
updated-dependencies:
- dependency-name: prettyplease
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and akostylev0 committed Oct 29, 2024
1 parent a72255f commit 9755806
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 ton-liteserver-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tl_parser = { path = "../tl_parser" }
anyhow = { workspace = true }
quote = "1.0"
syn = "2.0.77"
prettyplease = "0.2.22"
prettyplease = "0.2.25"
convert_case = "0.6.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tonlibjson-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tl_parser = { path = "../tl_parser" }
anyhow = { workspace = true }
quote = "1.0"
syn = "2.0.77"
prettyplease = "0.2.22"
prettyplease = "0.2.25"
convert_case = "0.6.0"

[features]
Expand Down

0 comments on commit 9755806

Please sign in to comment.