Skip to content

Commit

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

Bumps the minor-patch group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [similar](https://github.com/mitsuhiko/similar), [tui-prompts](https://github.com/joshka/tui-widgets) and [regex](https://github.com/rust-lang/regex).


Updates `clap` from 4.5.9 to 4.5.13
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.9...v4.5.13)

Updates `similar` from 2.5.0 to 2.6.0
- [Changelog](https://github.com/mitsuhiko/similar/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/similar@2.5.0...2.6.0)

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

Updates `regex` from 1.10.5 to 1.10.6
- [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.10.5...1.10.6)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: similar
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: tui-prompts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 5, 2024
1 parent 583b60d commit 5eb9f40
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 27 deletions.
40 changes: 17 additions & 23 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ arboard = { version = "3.4.0", default-features = false, features = [
"windows-sys",
] }
chrono = "0.4.38"
clap = { version = "4.5.9", features = ["derive"] }
clap = { version = "4.5.13", features = ["derive"] }
crossterm = "0.27.0"
derive_more = "0.99.18"
etcetera = "0.8.0"
Expand All @@ -37,10 +37,10 @@ log = "0.4.22"
nom = "7.1.3"
ratatui = { version = "0.27.0", features = ["serde"] }
serde = { version = "1.0.204", features = ["derive"] }
similar = { version = "2.5.0", features = ["unicode", "inline"] }
similar = { version = "2.6.0", features = ["unicode", "inline"] }
simple-logging = "2.0.2"
toml = "0.8.15"
tui-prompts = "0.3.16"
tui-prompts = "0.3.20"
tree-sitter = "=0.20.10"
tree-sitter-highlight = "=0.20.1"
tree-sitter-rust = "=0.20.4"
Expand All @@ -62,4 +62,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.5"
regex = "1.10.6"

0 comments on commit 5eb9f40

Please sign in to comment.