Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 10, 2024
1 parent 94fe29e commit 933d803
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 apps/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ proc-macro = true
anyhow = "1.0.81"
futures = "0.3.30"
log = "0.4.21"
quote = "1.0.35"
quote = "1.0.36"
syn = { version = "2.0.58", features = ["full", "fold"] }
thiserror = "1.0.58"
2 changes: 1 addition & 1 deletion apps/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exocore-store = {version = "0.1.25", path = "../../store", default-features = fa
futures = "0.3.30"
lazy_static = "1.4.0"
log = "0.4.21"
quote = "1.0.35"
quote = "1.0.36"
thiserror = "1.0.58"
chrono = { version = "0.4.37", default-features = false, features = [] }

Expand Down

0 comments on commit 933d803

Please sign in to comment.