Skip to content

Commit

Permalink
chore(deps): bump the cargo-dependencies group across 1 directory wit…
Browse files Browse the repository at this point in the history
…h 3 updates (#17)

Bumps the cargo-dependencies group with 3 updates in the / directory: [ratatui](https://github.com/ratatui/ratatui), [quote](https://github.com/dtolnay/quote) and [syn](https://github.com/dtolnay/syn).


Updates `ratatui` from 0.28.0 to 0.28.1
- [Release notes](https://github.com/ratatui/ratatui/releases)
- [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md)
- [Commits](ratatui/ratatui@v0.28.0...v0.28.1)

Updates `quote` from 1.0.36 to 1.0.37
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.36...1.0.37)

Updates `syn` from 2.0.75 to 2.0.77
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.75...2.0.77)

---
updated-dependencies:
- dependency-name: ratatui
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: quote
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 2, 2024
1 parent e55fa3b commit 75d4330
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions focusable-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tracing = ["dep:tracing"]
proc-macro = true

[dependencies]
quote = "1.0.36"
syn = "2.0.75"
quote = "1.0.37"
syn = "2.0.77"
proc-macro2 = "1.0.86"
tracing = { version = "0.1.40", optional = true }
2 changes: 1 addition & 1 deletion focusable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ tracing = "0.1.40"
[dev-dependencies]
color-eyre = "0.6.3"
itertools = "0.13.0"
ratatui = { version = "0.28.0", features = ["unstable-widget-ref"] }
ratatui = { version = "0.28.1", features = ["unstable-widget-ref"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

0 comments on commit 75d4330

Please sign in to comment.