Skip to content

Commit 03d2a81

Browse files
Bump syn from 2.0.93 to 2.0.95 (#735)
1 parent c62a295 commit 03d2a81

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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.24"
1818
serde = "1.0.217"
1919
serde_json = "1.0.134"
20-
syn = { version = "2.0.93", features = ["full"] }
20+
syn = { version = "2.0.95", features = ["full"] }
2121
thiserror = "2.0.9"
2222
unicode-ident = "1.0.14"
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.93", features = ["full", "extra-traits", "visit-mut"] }
32+
syn = { version = "2.0.95", features = ["full", "extra-traits", "visit-mut"] }
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.21.0", features = ["schemars"] }
1313
prettyplease = "0.2.25"
1414
schemars = "0.8.21"
1515
serde = "1.0.217"
16-
syn = "2.0.93"
16+
syn = "2.0.95"
1717
typify = { path = "../typify" }

0 commit comments

Comments
 (0)