Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [chrono](https://github.com/chronotope/chrono) | `0.4.33` | `0.4.34` |
| [clap](https://github.com/clap-rs/clap) | `4.4.18` | `4.5.0` |
| [toml](https://github.com/toml-rs/toml) | `0.8.9` | `0.8.10` |
| [clap_mangen](https://github.com/clap-rs/clap) | `0.2.19` | `0.2.20` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.4.10` | `4.5.0` |


Updates `chrono` from 0.4.33 to 0.4.34
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.33...v0.4.34)

Updates `clap` from 4.4.18 to 4.5.0
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.18...clap_complete-v4.5.0)

Updates `toml` from 0.8.9 to 0.8.10
- [Commits](toml-rs/toml@toml-v0.8.9...toml-v0.8.10)

Updates `clap_mangen` from 0.2.19 to 0.2.20
- [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_mangen-v0.2.19...clap_mangen-v0.2.20)

Updates `clap_complete` from 4.4.10 to 4.5.0
- [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.4.10...clap_complete-v4.5.0)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: clap_mangen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and hrkfdn committed Feb 12, 2024
1 parent 38010b4 commit e63c4f4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 23 deletions.
44 changes: 25 additions & 19 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ codegen-units = 16

[dependencies]
chrono = "0.4"
clap = "4.4.18"
clap = "4.5.0"
clipboard = {version = "0.5", optional = true}
crossbeam-channel = "0.5"
zbus = {version = "3.15.0", default-features = false, features = ["tokio"], optional = true}
Expand Down
6 changes: 3 additions & 3 deletions xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ version = "0.1.0"
edition = "2021"

[dependencies]
clap_mangen = "0.2.19"
clap_complete = "4.4.10"
clap = "4.4.18"
clap_mangen = "0.2.20"
clap_complete = "4.5.0"
clap = "4.5.0"

[dependencies.ncspot]
default-features = false
Expand Down

0 comments on commit e63c4f4

Please sign in to comment.