From 33801a8b2c7d3ead729e6552e6a198d6442a034f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:57:35 +0200 Subject: [PATCH] chore(deps,cargo): bump the cargo group with 2 updates (#242) Bumps the cargo group with 2 updates: [prettyplease](https://github.com/dtolnay/prettyplease) and [syn](https://github.com/dtolnay/syn). Updates `prettyplease` from 0.2.24 to 0.2.25 Updates `syn` from 2.0.82 to 2.0.85 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4063e5b..66d8962 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,9 +345,9 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.24" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "910d41a655dac3b764f1ade94821093d3610248694320cd072303a8eedcf221d" +checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033" dependencies = [ "proc-macro2", "syn", @@ -627,9 +627,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.82" +version = "2.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83540f837a8afc019423a8edb95b52a8effe46957ee402287f4292fae35be021" +checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 8be3aaf..e430dde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,13 +50,13 @@ thiserror = { version = "1.0.65", optional = true } [build-dependencies] heck = "0.5.0" pbjson-build = { version = "0.7.0", optional = true } -prettyplease = "0.2.24" +prettyplease = "0.2.25" prost-build = { version = "0.13.3", default-features = false } protobuf-src = { version = "2.1.0", optional = true } schemars = "0.8.21" semver = "1.0.23" serde_yaml = "0.9.34" -syn = "2.0.79" +syn = "2.0.85" typify = "0.2.0" walkdir = "2.5.0"