From 44a63e029ec471a4fbad3b2e7909775b6f3d04d8 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 03:11:06 +0000 Subject: [PATCH] Update Rust crate syn to 2.0.61 --- Cargo.lock | 8 ++++---- crates/integration-tests/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d30db2d5..90c4ce0e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -955,9 +955,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.78" +version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" +checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba" dependencies = [ "unicode-ident", ] @@ -1310,9 +1310,9 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "syn" -version = "2.0.48" +version = "2.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" +checksum = "c993ed8ccba56ae856363b1845da7266a7cb78e1d146c8a32d54b45a8b831fc9" dependencies = [ "proc-macro2", "quote", diff --git a/crates/integration-tests/Cargo.toml b/crates/integration-tests/Cargo.toml index 66f6a00c7..e95b640bb 100644 --- a/crates/integration-tests/Cargo.toml +++ b/crates/integration-tests/Cargo.toml @@ -13,7 +13,7 @@ prettyplease = { version = "0.2.17", optional = true } schemars = { version = "0.8.17", optional = true } serde = { version = "1", optional = true } serde_json = { version = "1.0.115", optional = true } -syn = { version = "2.0.48", optional = true } +syn = { version = "2.0.61", optional = true } typify = { version = "0.0.15", optional = true } [features]