Skip to content

Commit 9298f2f

Browse files
Bump syn from 2.0.95 to 2.0.96 (#1036)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75c3cda commit 9298f2f

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ serde = { version = "1.0.217", features = ["derive"] }
4949
serde_json = "1.0.134"
5050
serde_urlencoded = "0.7.1"
5151
serde_yaml = "0.9"
52-
syn = { version = "2.0.95", features = ["parsing"] }
52+
syn = { version = "2.0.96", features = ["parsing"] }
5353
thiserror = "2.0.9"
5454
tokio = { version = "1.43.0", features = ["rt", "net"] }
5555
# change when publishing

0 commit comments

Comments
 (0)