Skip to content

Commit c8a937e

Browse files
dependabot[bot]akostylev0
authored andcommitted
fix(deps): bump syn from 2.0.96 to 2.0.98
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.96 to 2.0.98. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.96...2.0.98) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1920d84 commit c8a937e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ton-liteserver-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
tl_parser = { path = "../tl_parser" }
88
anyhow = { workspace = true }
99
quote = "1.0"
10-
syn = "2.0.96"
10+
syn = "2.0.98"
1111
prettyplease = "0.2.29"
1212
convert_case = "0.7.1"
1313

Diff for: tonlibjson-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tracing-test = { workspace = true }
4343
tl_parser = { path = "../tl_parser" }
4444
anyhow = { workspace = true }
4545
quote = "1.0"
46-
syn = "2.0.96"
46+
syn = "2.0.98"
4747
prettyplease = "0.2.29"
4848
convert_case = "0.7.1"
4949

0 commit comments

Comments
 (0)