Skip to content

Commit

Permalink
build(deps): bump the minor-patch group across 1 directory with 6 upd…
Browse files Browse the repository at this point in the history
…ates

Bumps the minor-patch group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [crossterm](https://github.com/crossterm-rs/crossterm) | `0.27.0` | `0.28.1` |
| [ratatui](https://github.com/ratatui/ratatui) | `0.27.0` | `0.28.1` |
| [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.213` |
| [tui-prompts](https://github.com/joshka/tui-widgets) | `0.3.20` | `0.4.1` |
| [regex](https://github.com/rust-lang/regex) | `1.11.0` | `1.11.1` |
| [unicode-width](https://github.com/unicode-rs/unicode-width) | `0.1.14` | `0.2.0` |



Updates `crossterm` from 0.27.0 to 0.28.1
- [Release notes](https://github.com/crossterm-rs/crossterm/releases)
- [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossterm-rs/crossterm/commits)

Updates `ratatui` from 0.27.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.27.0...v0.28.1)

Updates `serde` from 1.0.210 to 1.0.213
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.213)

Updates `tui-prompts` from 0.3.20 to 0.4.1
- [Release notes](https://github.com/joshka/tui-widgets/releases)
- [Changelog](https://github.com/joshka/tui-widgets/blob/main/CHANGELOG.md)
- [Commits](joshka/tui-widgets@tui-prompts-v0.3.20...tui-prompts-v0.4.1)

Updates `regex` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.11.0...1.11.1)

Updates `unicode-width` from 0.1.14 to 0.2.0
- [Commits](https://github.com/unicode-rs/unicode-width/commits)

---
updated-dependencies:
- dependency-name: crossterm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: ratatui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: tui-prompts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: unicode-width
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 32fde9c commit f620d7c
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 108 deletions.
137 changes: 35 additions & 102 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pretty_assertions = "1.4.0"
temp-dir = "0.1.13"
criterion = "0.5.1"
insta = "1.39.0"
unicode-width = "0.1.12"
unicode-width = "0.2.0"

[profile.release]
strip = true
Expand All @@ -25,20 +25,20 @@ arboard = { version = "3.4.0", default-features = false, features = [
] }
chrono = "0.4.38"
clap = { version = "4.5.16", features = ["derive"] }
crossterm = "0.27.0"
crossterm = "0.28.1"
etcetera = "0.8.0"
figment = { version = "0.10.19", features = ["toml"] }
git-version = "0.3.9"
git2 = { version = "0.19.0", default-features = false }
itertools = "0.13.0"
log = "0.4.22"
nom = "7.1.3"
ratatui = { version = "0.27.0", features = ["serde"] }
serde = { version = "1.0.209", features = ["derive"] }
ratatui = { version = "0.28.1", features = ["serde"] }
serde = { version = "1.0.213", features = ["derive"] }
similar = { version = "2.6.0", features = ["unicode", "inline"] }
simple-logging = "2.0.2"
toml = "0.8.15"
tui-prompts = "0.3.20"
tui-prompts = "0.4.1"
tree-sitter = "=0.20.10"
tree-sitter-highlight = "=0.20.1"
tree-sitter-rust = "=0.20.4"
Expand All @@ -60,4 +60,4 @@ tree-sitter-scala = "=0.20.3"
tree-sitter-ocaml = "=0.20.4"
tree-sitter-html = "=0.20.0"
tree-sitter-elixir = "=0.1.1"
regex = "1.10.6"
regex = "1.11.1"

0 comments on commit f620d7c

Please sign in to comment.