You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

prettyplease

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettyplease - cargo Package Compare versions

Comparing version
0.2.31
to
0.2.32
+1
-1
.cargo_vcs_info.json
{
"git": {
"sha1": "3ee5818d193b55682fb0f8c5b98676ab10515d8b"
"sha1": "81c6daa38b2779def0f3dd9118004baf4d7a35fd"
},
"path_in_vcs": ""
}

@@ -13,3 +13,3 @@ # This file is automatically @generated by Cargo.

name = "prettyplease"
version = "0.2.31"
version = "0.2.32"
dependencies = [

@@ -16,0 +16,0 @@ "indoc",

@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO

name = "prettyplease"
version = "0.2.31"
version = "0.2.32"
authors = ["David Tolnay <dtolnay@gmail.com>"]

@@ -19,0 +19,0 @@ build = "build.rs"

@@ -287,3 +287,3 @@ use crate::algorithm::Printer;

depth == 0
depth == 0 && !value.ends_with('/')
}

@@ -323,3 +323,3 @@ //! [![github]](https://github.com/dtolnay/prettyplease)&ensp;[![crates-io]](https://crates.io/crates/prettyplease)&ensp;[![docs-rs]](https://docs.rs/prettyplease)

#![doc(html_root_url = "https://docs.rs/prettyplease/0.2.31")]
#![doc(html_root_url = "https://docs.rs/prettyplease/0.2.32")]
#![allow(

@@ -326,0 +326,0 @@ clippy::bool_to_int_with_if,

Sorry, the diff of this file is not supported yet