Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.26` |
| [directories](https://github.com/soc/directories-rs) | `5.0.1` | `6.0.0` |
| [email-lib](https://github.com/pimalaya/core) | `0.26.2` | `0.26.4` |
| [himalaya](https://github.com/pimalaya/himalaya) | `1.0.0` | `1.1.0` |
| [pimalaya-tui](https://github.com/pimalaya/tui) | `0.2.1` | `0.2.2` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.42.0` | `1.43.0` |


Updates `clap` from 4.5.23 to 4.5.26
- [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.23...clap_complete-v4.5.26)

Updates `directories` from 5.0.1 to 6.0.0
- [Commits](https://github.com/soc/directories-rs/commits)

Updates `email-lib` from 0.26.2 to 0.26.4
- [Changelog](https://github.com/pimalaya/core/blob/master/email/CHANGELOG.md)
- [Commits](https://github.com/pimalaya/core/commits)

Updates `himalaya` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/pimalaya/himalaya/releases)
- [Changelog](https://github.com/pimalaya/himalaya/blob/master/CHANGELOG.md)
- [Commits](pimalaya/himalaya@v1.0.0...v1.1.0)

Updates `pimalaya-tui` from 0.2.1 to 0.2.2
- [Commits](https://github.com/pimalaya/tui/commits)

Updates `tokio` from 1.42.0 to 1.43.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: directories
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: email-lib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: himalaya
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: pimalaya-tui
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 499207d commit 7d092f0
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 27 deletions.
66 changes: 45 additions & 21 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 @@ -9,18 +9,18 @@ version = "0.1.8"
edition = "2021"

[dependencies]
clap = { version = "4.5.23", features = ["derive"] }
clap = { version = "4.5.26", features = ["derive"] }
color-eyre = { version = "0.6.3", features = ["issue-url"] }
crossterm = "0.28.1"
directories = "5.0.1"
email-lib = { version = "0.26.2", features = ["imap", "keyring"] }
directories = "6.0.0"
email-lib = { version = "0.26.4", features = ["imap", "keyring"] }
figment = { version = "0.10.19", features = ["env", "toml"] }
himalaya = { version = "1.0.0" }
pimalaya-tui = { version = "0.2.1", features = ["keyring", "config"] }
himalaya = { version = "1.1.0" }
pimalaya-tui = { version = "0.2.2", features = ["keyring", "config"] }
ratatui = "0.29.0"
serde = "1.0.217"
serde_with = "3.12.0"
tokio = { version = "1.42.0", features = ["rt-multi-thread"] }
tokio = { version = "1.43.0", features = ["rt-multi-thread"] }
toml = "0.8.19"
tracing = "0.1.41"
tracing-appender = "0.2.3"
Expand Down

0 comments on commit 7d092f0

Please sign in to comment.