Skip to content

Commit b8285a8

Browse files
Bump syn from 2.0.52 to 2.0.53
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.52 to 2.0.53. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.52...2.0.53) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5ebe0a commit b8285a8

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

Cargo.lock

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typify-impl/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ quote = "1.0.35"
1515
regress = "0.9.0"
1616
schemars = "0.8.16"
1717
serde_json = "1.0.114"
18-
syn = { version = "2.0.52", features = ["full"] }
18+
syn = { version = "2.0.53", features = ["full"] }
1919
thiserror = "1.0.57"
2020
unicode-ident = "1.0.12"
2121

@@ -28,5 +28,5 @@ rustfmt-wrapper = "0.2.1"
2828
schema = "0.1.0"
2929
schemars = { version = "0.8.16", features = ["uuid1"] }
3030
serde = "1.0.197"
31-
syn = { version = "2.0.52", features = ["full", "extra-traits"] }
31+
syn = { version = "2.0.53", features = ["full", "extra-traits"] }
3232
uuid = "1.7.0"

typify-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ ipnetwork = { version = "0.20.0", features = ["schemars"] }
1313
prettyplease = "0.2.16"
1414
schemars = "0.8.16"
1515
serde = "1.0.197"
16-
syn = "2.0.52"
16+
syn = "2.0.53"
1717
typify = { path = "../typify" }

0 commit comments

Comments
 (0)