Skip to content

Commit 6afbe73

Browse files
Bump syn from 2.0.90 to 2.0.91 (#720)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.90 to 2.0.91. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.90...2.0.91) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d08ac1 commit 6afbe73

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.216"
1919
serde_json = "1.0.134"
20-
syn = { version = "2.0.90", features = ["full"] }
20+
syn = { version = "2.0.91", 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.90", features = ["full", "extra-traits", "visit-mut"] }
32+
syn = { version = "2.0.91", 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.20.0", features = ["schemars"] }
1313
prettyplease = "0.2.25"
1414
schemars = "0.8.21"
1515
serde = "1.0.216"
16-
syn = "2.0.90"
16+
syn = "2.0.91"
1717
typify = { path = "../typify" }

0 commit comments

Comments
 (0)