Skip to content

Commit 85a1db9

Browse files
build(deps): bump syn from 1.0.107 to 2.0.98
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.107 to 2.0.98. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@1.0.107...2.0.98) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e0ec13 commit 85a1db9

File tree

7 files changed

+27
-27
lines changed

7 files changed

+27
-27
lines changed

Cargo.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

misc/bazel/cargo-gazelle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ md-5 = "0.10.5"
2323
proc-macro2 = "1.0.60"
2424
protobuf-parse = "3.7.1"
2525
quote = "1.0.38"
26-
syn = { version = "1.0.107", features = ["extra-traits", "full"] }
26+
syn = { version = "2.0.98", features = ["extra-traits", "full"] }
2727
serde = "1.0.218"
2828
serde_json = "1.0.125"
2929
tempfile = "3.17.1"

src/expr-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ mz-expr = { path = "../expr" }
1414
mz-ore = { path = "../ore" }
1515
mz-repr = { path = "../repr" }
1616
proc-macro2 = { version = "1.0.60", features = ["span-locations"] }
17-
syn = { version = "2.0.18", features = ["full"] }
17+
syn = { version = "2.0.98", features = ["full"] }
1818
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
1919

2020
[dev-dependencies]

src/lowertest-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ proc-macro = true
1515
[dependencies]
1616
proc-macro2 = "1.0.60"
1717
quote = "1.0.38"
18-
syn = { version = "1.0.107", features = ["extra-traits", "printing"] }
18+
syn = { version = "2.0.98", features = ["extra-traits", "printing"] }
1919
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
2020

2121
[package.metadata.cargo-udeps.ignore]

src/ore-proc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ proc-macro = true
1616
[dependencies]
1717
proc-macro2 = "1.0"
1818
quote = { version = "1.0" }
19-
syn = { version = "1.0", features = ["extra-traits", "full"] }
19+
syn = { version = "2.0", features = ["extra-traits", "full"] }
2020
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
2121

2222
[dev-dependencies]

src/persist-proc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ proc-macro = true
1414
[dependencies]
1515
proc-macro2 = "1.0"
1616
quote = { version = "1.0" }
17-
syn = { version = "1.0", features = ["extra-traits", "full"] }
17+
syn = { version = "2.0", features = ["extra-traits", "full"] }
1818
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
1919

2020
[features]

src/walkabout/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ anyhow = "1.0.95"
1414
itertools = "0.12.1"
1515
mz-ore-build = { path = "../ore-build", default-features = false }
1616
quote = "1.0.38"
17-
syn = { version = "1.0.107", features = ["extra-traits", "full", "parsing"] }
17+
syn = { version = "2.0.98", features = ["extra-traits", "full", "parsing"] }
1818
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
1919

2020
[dev-dependencies]

0 commit comments

Comments
 (0)