From 2d8ab7a16d83d83769bfe401b5412f87743b86d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:04:37 -0700 Subject: [PATCH] Bump prettyplease from 0.2.22 to 0.2.24 (#688) 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: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- typify-test/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8339cf71..af8dcf52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -679,9 +679,9 @@ dependencies = [ [[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", @@ -991,9 +991,9 @@ checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" [[package]] name = "syn" -version = "2.0.79" +version = "2.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590" +checksum = "83540f837a8afc019423a8edb95b52a8effe46957ee402287f4292fae35be021" dependencies = [ "proc-macro2", "quote", diff --git a/typify-test/Cargo.toml b/typify-test/Cargo.toml index 394c3a05..487af509 100644 --- a/typify-test/Cargo.toml +++ b/typify-test/Cargo.toml @@ -10,7 +10,7 @@ serde_json = "1.0.132" [build-dependencies] ipnetwork = { version = "0.20.0", features = ["schemars"] } -prettyplease = "0.2.22" +prettyplease = "0.2.24" schemars = "0.8.21" serde = "1.0.210" syn = "2.0.79"