Skip to content

Commit

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

Bumps the cargo-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) | `1.4.0` | `1.5.0` |
| [ratatui](https://github.com/ratatui-org/ratatui) | `0.26.3` | `0.27.0` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.8.0` | `1.9.0` |
| [versions](https://github.com/fosskers/rs-versions) | `6.2.0` | `6.3.0` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.5` | `4.5.6` |



Updates `lazy_static` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases)
- [Commits](rust-lang-nursery/lazy-static.rs@1.4.0...1.5.0)

Updates `ratatui` from 0.26.3 to 0.27.0
- [Release notes](https://github.com/ratatui-org/ratatui/releases)
- [Changelog](https://github.com/ratatui-org/ratatui/blob/main/CHANGELOG.md)
- [Commits](ratatui/ratatui@v0.26.3...v0.27.0)

Updates `uuid` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.8.0...1.9.0)

Updates `versions` from 6.2.0 to 6.3.0
- [Release notes](https://github.com/fosskers/rs-versions/releases)
- [Changelog](https://github.com/fosskers/rs-versions/blob/master/CHANGELOG.md)
- [Commits](fosskers/rs-versions@v6.2.0...v6.3.0)

Updates `clap_complete` from 4.5.5 to 4.5.6
- [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.5...clap_complete-v4.5.6)

---
updated-dependencies:
- dependency-name: lazy_static
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: ratatui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: versions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent a768ee4 commit 2f6bf8a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 27 deletions.
39 changes: 17 additions & 22 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ crossterm = { version = "0.27.0", features = ["event-stream"] }
dirs = "5.0.1"
futures = "0.3.30"
itertools = "0.13.0"
lazy_static = "1.4.0"
lazy_static = "1.5.0"
log = "0.4.21"
log4rs = "1.3.0"
path-clean = "1.0.1"
Expand All @@ -36,12 +36,12 @@ shlex = "1.3.0"
task-hookrs = "0.9.0"
tokio = { version = "1.38.0", features = ["full"] }
tokio-stream = "0.1.15"
ratatui = "0.26"
ratatui = "0.27"
unicode-segmentation = "1.11.0"
unicode-truncate = "1.0.0"
unicode-width = "0.1.13"
uuid = { version = "1.8.0", features = ["serde", "v4"] }
versions = "6.2.0"
uuid = { version = "1.9.0", features = ["serde", "v4"] }
versions = "6.3.0"

[package.metadata.rpm]
package = "taskwarrior-tui"
Expand All @@ -59,5 +59,5 @@ lto = "fat"

[build-dependencies]
clap = { version = "4.5.7", features = ["derive"] }
clap_complete = "4.5.5"
clap_complete = "4.5.6"
shlex = "1.3.0"

0 comments on commit 2f6bf8a

Please sign in to comment.