From 0ed8cc1b1a196572967956af5b8511628e69f3ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 06:59:09 -0800 Subject: [PATCH] Bump syn from 2.0.90 to 2.0.91 (#1216) --- Cargo.lock | 4 ++-- dropshot_endpoint/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06c3f98a..2fbf5384 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2005,9 +2005,9 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "syn" -version = "2.0.90" +version = "2.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31" +checksum = "d53cbcb5a243bd33b7858b1d7f4aca2153490815872d86d955d6ea29f743c035" dependencies = [ "proc-macro2", "quote", diff --git a/dropshot_endpoint/Cargo.toml b/dropshot_endpoint/Cargo.toml index e619dcd7..c86a5cda 100644 --- a/dropshot_endpoint/Cargo.toml +++ b/dropshot_endpoint/Cargo.toml @@ -25,7 +25,7 @@ version = "1.0" features = [ "derive" ] [dependencies.syn] -version = "2.0.90" +version = "2.0.91" features = [ "full", "visit", "extra-traits" ] [dev-dependencies]