Skip to content

Commit 2f56420

Browse files
dependabot[bot]torokati44
authored andcommitted
build(deps): bump the cargo-minor group with 2 updates
Bumps the cargo-minor group with 2 updates: [quote](https://github.com/dtolnay/quote) and [syn](https://github.com/dtolnay/syn). Updates `quote` from 1.0.41 to 1.0.42 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.41...1.0.42) Updates `syn` from 2.0.108 to 2.0.110 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.108...2.0.110) --- updated-dependencies: - dependency-name: quote dependency-version: 1.0.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: syn dependency-version: 2.0.110 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9ae5245 commit 2f56420

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

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

core/build_playerglobal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ workspace = true
1313
[dependencies]
1414
convert_case = "0.8.0"
1515
proc-macro2 = "1.0.103"
16-
quote = "1.0.41"
16+
quote = "1.0.42"
1717
swf = { path = "../../swf" }
1818
clap = { workspace = true }
1919
regex = { workspace = true }

core/macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ proc-macro = true
1515

1616
[dependencies]
1717
proc-macro2 = "1.0.103"
18-
quote = "1.0.41"
19-
syn = { version = "2.0.108", features = ["extra-traits", "full"] }
18+
quote = "1.0.42"
19+
syn = { version = "2.0.110", features = ["extra-traits", "full"] }

0 commit comments

Comments
 (0)