Skip to content

Commit

Permalink
build(deps): bump quote from 1.0.20 to 1.0.21
Browse files Browse the repository at this point in the history
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.20 to 1.0.21.
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.20...1.0.21)

---
updated-dependencies:
- dependency-name: quote
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and adrian17 committed Aug 8, 2022
1 parent b96adf7 commit ed1ebe8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/build_playerglobal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
[dependencies]
convert_case = "0.5.0"
proc-macro2 = "1.0.42"
quote = "1.0.20"
quote = "1.0.21"
swf = { path = "../../swf" }
2 changes: 1 addition & 1 deletion core/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ edition = "2021"
proc-macro = true

[dependencies]
quote = "1.0.20"
quote = "1.0.21"
syn = { version = "1.0.98", features = ["full"] }

0 comments on commit ed1ebe8

Please sign in to comment.