From 1715fcb185ccf8014799e63b08d75edabbb92ed1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 13:03:10 +0000 Subject: [PATCH] build(deps): bump syn from 2.0.119 to 3.0.3 in /misc/wasm Bumps [syn](https://github.com/dtolnay/syn) from 2.0.119 to 3.0.3. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.119...3.0.3) --- updated-dependencies: - dependency-name: syn dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- misc/wasm/Cargo.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b4637aeb02f63..3b4782a20cd67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -515,7 +515,7 @@ static_assertions = "1.1" strsim = "0.11.1" subtle = "2.6.1" supports-color = "3.0.2" -syn = { version = "2.0.119", features = ["extra-traits", "full", "parsing", "printing"] } +syn = { version = "3.0.3", features = ["extra-traits", "full", "parsing", "printing"] } sysctl = "0.7.1" sysinfo = "0.29.11" tabled = "0.20.0" diff --git a/misc/wasm/Cargo.lock b/misc/wasm/Cargo.lock index ffc1f738f9a37..29255c5c045c8 100644 --- a/misc/wasm/Cargo.lock +++ b/misc/wasm/Cargo.lock @@ -983,7 +983,7 @@ version = "0.1.0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.119", + "syn 3.0.3", ] [[package]] @@ -1066,7 +1066,7 @@ dependencies = [ "itertools", "mz-ore-build", "quote", - "syn 2.0.119", + "syn 3.0.3", ] [[package]]