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 |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.4.13` | `4.4.18` |
| [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) | `0.5.10` | `0.5.11` |
| [regex](https://github.com/rust-lang/regex) | `1.10.2` | `1.10.3` |
| [clap_mangen](https://github.com/clap-rs/clap) | `0.2.16` | `0.2.17` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.4.6` | `4.4.8` |


Updates `clap` from 4.4.13 to 4.4.18
- [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.13...v4.4.18)

Updates `crossbeam-channel` from 0.5.10 to 0.5.11
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](crossbeam-rs/crossbeam@crossbeam-channel-0.5.10...crossbeam-channel-0.5.11)

Updates `regex` from 1.10.2 to 1.10.3
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.2...1.10.3)

Updates `clap_mangen` from 0.2.16 to 0.2.17
- [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.16...clap_mangen-v0.2.17)

Updates `clap_complete` from 4.4.6 to 4.4.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.4.6...clap_complete-v4.4.8)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: crossbeam-channel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: regex
  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-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and hrkfdn committed Jan 22, 2024
1 parent 2a4178e commit 1f72bc0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 21 deletions.
33 changes: 16 additions & 17 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.13"
clap = "4.4.18"
clipboard = {version = "0.5", optional = true}
crossbeam-channel = "0.5"
zbus = {version = "3.11.1", 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.16"
clap_complete = "4.4.6"
clap = "4.4.13"
clap_mangen = "0.2.17"
clap_complete = "4.4.8"
clap = "4.4.18"

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

0 comments on commit 1f72bc0

Please sign in to comment.