Skip to content

Commit 7aea008

Browse files
Bump syn from 2.0.87 to 2.0.89 (#704)
1 parent 39ed552 commit 7aea008

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

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

typify-impl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ schemars = "0.8.21"
1717
semver = "1.0.23"
1818
serde = "1.0.215"
1919
serde_json = "1.0.133"
20-
syn = { version = "2.0.87", features = ["full"] }
20+
syn = { version = "2.0.89", features = ["full"] }
2121
thiserror = "2.0.3"
2222
unicode-ident = "1.0.13"
2323

@@ -29,5 +29,5 @@ paste = "1.0.15"
2929
rustfmt-wrapper = "0.2.1"
3030
schema = "0.1.0"
3131
schemars = { version = "0.8.21", features = ["uuid1", "impl_json_schema"] }
32-
syn = { version = "2.0.87", features = ["full", "extra-traits"] }
32+
syn = { version = "2.0.89", features = ["full", "extra-traits"] }
3333
uuid = "1.11.0"

typify-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ ipnetwork = { version = "0.20.0", features = ["schemars"] }
1313
prettyplease = "0.2.25"
1414
schemars = "0.8.21"
1515
serde = "1.0.215"
16-
syn = "2.0.87"
16+
syn = "2.0.89"
1717
typify = { path = "../typify" }

0 commit comments

Comments
 (0)