Skip to content

Commit

Permalink
chore(deps): bump the cargo-dependencies group with 5 updates (#79)
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.7` | `4.5.8` |
| [ratatui-macros](https://github.com/ratatui-org/ratatui-macros) | `0.4.0` | `0.4.2` |
| [serde_with](https://github.com/jonasbb/serde_with) | `3.8.1` | `3.8.2` |
| [tui-input](https://github.com/sayanarijit/tui-input) | `0.8.0` | `0.9.0` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.9.0` | `1.9.1` |


Updates `clap` from 4.5.7 to 4.5.8
- [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.7...v4.5.8)

Updates `ratatui-macros` from 0.4.0 to 0.4.2
- [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.4.0...v0.4.2)

Updates `serde_with` from 3.8.1 to 3.8.2
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.8.1...v3.8.2)

Updates `tui-input` from 0.8.0 to 0.9.0
- [Release notes](https://github.com/sayanarijit/tui-input/releases)
- [Commits](sayanarijit/tui-input@v0.8.0...v0.9.0)

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

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: ratatui-macros
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: serde_with
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: tui-input
  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-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 Jul 1, 2024
1 parent 3792795 commit 99b486f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 43 deletions.
56 changes: 18 additions & 38 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 @@ -20,7 +20,7 @@ eula = false
better-panic = "0.3.0"
cfg-if = "1.0.0"
chrono = "0.4.38"
clap = { version = "4.5.7", features = ["derive", "cargo", "wrap_help", "unicode", "string", "unstable-styles", "color"] }
clap = { version = "4.5.8", features = ["derive", "cargo", "wrap_help", "unicode", "string", "unstable-styles", "color"] }
color-eyre = "0.6.3"
copypasta = "0.10.1"
crates_io_api = "0.11.0"
Expand All @@ -37,9 +37,9 @@ libc = "0.2.155"
num-format = "0.4.4"
pretty_assertions = "1.4.0"
ratatui = { version = "0.27.0", features = ["serde", "macros"] }
ratatui-macros = "0.4.0"
ratatui-macros = "0.4.2"
serde = { version = "1.0.203", features = ["derive"] }
serde_with = "3.8.1"
serde_with = "3.8.2"
signal-hook = "0.3.17"
strip-ansi-escapes = "0.2.0"
strum = { version = "0.26.3", features = ["derive"] }
Expand All @@ -53,9 +53,9 @@ tracing-appender = "0.2.3"
tracing-error = "0.2.0"
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "serde", "serde_json"] }
tui-input = "0.8.0"
tui-input = "0.9.0"
unicode-width = "0.1.13"
uuid = "1.9.0"
uuid = "1.9.1"
webbrowser = "1.0.1"

[build-dependencies]
Expand Down

0 comments on commit 99b486f

Please sign in to comment.