diff --git a/Cargo.lock b/Cargo.lock index faac89f4..c1316d27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -394,9 +394,9 @@ checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" [[package]] name = "prettyplease" -version = "0.2.15" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d" +checksum = "a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5" dependencies = [ "proc-macro2", "syn 2.0.46", diff --git a/serde-sarif/Cargo.toml b/serde-sarif/Cargo.toml index 1a5af06a..8e7af178 100644 --- a/serde-sarif/Cargo.toml +++ b/serde-sarif/Cargo.toml @@ -39,7 +39,7 @@ version-sync = "0.9" [build-dependencies] anyhow = "1.0.77" -prettyplease = "0.2.15" +prettyplease = "0.2.16" proc-macro2 = "1.0.74" quote = "1.0.34" schemafy_lib = "0.6.0"