aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-22 10:52:01 +0530
committerGitHub <noreply@github.com>2024-10-22 05:22:01 +0000
commitafeaff7f1aaa1950e7597a478b5061ccb5b93686 (patch)
treeae6700350bd72a703e665d2e1f10d69d3cbe40c6
parentebfea9b352ef0ec00ad5213055392668e841a0e9 (diff)
downloadservo-afeaff7f1aaa1950e7597a478b5061ccb5b93686.tar.gz
servo-afeaff7f1aaa1950e7597a478b5061ccb5b93686.zip
build(deps): bump prettyplease from 0.2.22 to 0.2.24 (#33956)
Bumps [prettyplease](https://github.com/dtolnay/prettyplease) from 0.2.22 to 0.2.24. - [Release notes](https://github.com/dtolnay/prettyplease/releases) - [Commits](https://github.com/dtolnay/prettyplease/compare/0.2.22...0.2.24) --- updated-dependencies: - dependency-name: prettyplease dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7ef25742297..0905e3456b6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5561,9 +5561,9 @@ checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
[[package]]
name = "prettyplease"
-version = "0.2.22"
+version = "0.2.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
+checksum = "910d41a655dac3b764f1ade94821093d3610248694320cd072303a8eedcf221d"
dependencies = [
"proc-macro2",
"syn",