From 278d253f8f2d3c33bd1051eee07198381d79b7e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 20:24:00 +0000 Subject: [PATCH] Update syn requirement from ~1.0.13 to ~2.0.52 Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.13...2.0.52) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 645f6a3..cf28239 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,4 +25,4 @@ pyo3 = { version = ">=0.15, <0.21", default-features = false, features = ["auto- # `pyo3-macros` is lying about the minimal version for its `syn` dependency. # Because we're testing with `-Zminimal-versions`, we need to explicitly set it here. -syn = "~1.0.13" +syn = "~2.0.52"