Skip to content

Commit f38d1c9

Browse files
Bump syn from 2.0.98 to 2.0.99 (#785)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.98 to 2.0.99. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.98...2.0.99) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b61e6a3 commit f38d1c9

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.218"
1919
serde_json = "1.0.138"
20-
syn = { version = "2.0.98", features = ["full"] }
20+
syn = { version = "2.0.99", features = ["full"] }
2121
thiserror = "2.0.11"
2222
unicode-ident = "1.0.17"
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.98", features = ["full", "extra-traits", "visit-mut"] }
32+
syn = { version = "2.0.99", features = ["full", "extra-traits", "visit-mut"] }
3333
uuid = "1.14.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.29"
1414
schemars = "0.8.21"
1515
serde = "1.0.218"
16-
syn = "2.0.98"
16+
syn = "2.0.99"
1717
typify = { path = "../typify" }

0 commit comments

Comments
 (0)