Skip to content

Commit

Permalink
chore(deps): bump the cargo-dependencies group with 2 updates (#69)
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 2 updates: [ratatui-macros](https://github.com/ratatui-org/ratatui-macros) and [serde](https://github.com/serde-rs/serde).


Updates `ratatui-macros` from 0.2.4 to 0.3.1
- [Release notes](https://github.com/ratatui-org/ratatui-macros/releases)
- [Changelog](https://github.com/ratatui-org/ratatui-macros/blob/main/CHANGELOG.md)
- [Commits](ratatui/ratatui-macros@v0.2.4...v0.3.1)

Updates `serde` from 1.0.200 to 1.0.201
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.200...v1.0.201)

---
updated-dependencies:
- dependency-name: ratatui-macros
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: serde
  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 May 13, 2024
1 parent 74221e1 commit e4d842f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 65 deletions.
75 changes: 12 additions & 63 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ libc = "0.2.154"
num-format = "0.4.4"
pretty_assertions = "1.4.0"
ratatui = { version = "0.26.2", features = ["serde", "macros"] }
ratatui-macros = "0.2.3"
serde = { version = "1.0.200", features = ["derive"] }
ratatui-macros = "0.3.1"
serde = { version = "1.0.201", features = ["derive"] }
serde_with = "3.8.1"
signal-hook = "0.3.17"
strip-ansi-escapes = "0.2.0"
Expand Down

0 comments on commit e4d842f

Please sign in to comment.