Skip to content

Commit 48df8cc

Browse files
Bump syn from 2.0.95 to 2.0.96
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.95 to 2.0.96. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.95...2.0.96) --- 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 5923480 commit 48df8cc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

+2-2
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
@@ -17,7 +17,7 @@ schemars = "0.8.21"
1717
semver = "1.0.25"
1818
serde = "1.0.217"
1919
serde_json = "1.0.135"
20-
syn = { version = "2.0.95", features = ["full"] }
20+
syn = { version = "2.0.96", 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.95", features = ["full", "extra-traits", "visit-mut"] }
32+
syn = { version = "2.0.96", features = ["full", "extra-traits", "visit-mut"] }
3333
uuid = "1.12.0"

typify-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ ipnetwork = { version = "0.21.1", features = ["schemars"] }
1313
prettyplease = "0.2.27"
1414
schemars = "0.8.21"
1515
serde = "1.0.217"
16-
syn = "2.0.95"
16+
syn = "2.0.96"
1717
typify = { path = "../typify" }

0 commit comments

Comments
 (0)