Skip to content

Commit

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

Bumps the cargo-dependencies group with 3 updates in the / directory: [clap](https://github.com/clap-rs/clap), [serde_with](https://github.com/jonasbb/serde_with) and [tui-logger](https://github.com/gin66/tui-logger).


Updates `clap` from 4.5.17 to 4.5.19
- [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.17...clap_complete-v4.5.19)

Updates `serde_with` from 3.9.0 to 3.11.0
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.9.0...v3.11.0)

Updates `tui-logger` from 0.12.0 to 0.13.2
- [Changelog](https://github.com/gin66/tui-logger/blob/master/CHANGELOG.md)
- [Commits](gin66/tui-logger@v0.12.0...v0.13.2)

---
updated-dependencies:
- dependency-name: clap
  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-minor
  dependency-group: cargo-dependencies
- dependency-name: tui-logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] authored Oct 7, 2024
1 parent ac93e0b commit b214f1d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = "0.1.8"
edition = "2021"

[dependencies]
clap = { version = "4.5.17", features = ["derive"] }
clap = { version = "4.5.19", features = ["derive"] }
color-eyre = { version = "0.6.3", features = ["issue-url"] }
crossterm = "0.27.0"
directories = "5.0.1"
Expand All @@ -18,15 +18,15 @@ figment = { version = "0.10.19", features = ["env", "toml"] }
himalaya = "1.0.0-beta.3"
ratatui = "0.27.0"
serde = "1.0.210"
serde_with = "3.9.0"
serde_with = "3.11.0"
tokio = { version = "1.40.0", features = ["rt-multi-thread"] }
toml = "0.8.19"
tracing = "0.1.40"
tracing-appender = "0.2.3"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-error = "0.2.0"
tracing-log = "0.2.0"
tui-logger = { version = "0.12.0", default-features = false, features = [
tui-logger = { version = "0.13.2", default-features = false, features = [
"tracing-support",
] }

Expand Down

0 comments on commit b214f1d

Please sign in to comment.