Skip to content

Commit

Permalink
Bump the dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [insta](https://github.com/mitsuhiko/insta) | `1.32.0` | `1.34.0` |
| [clap](https://github.com/clap-rs/clap) | `4.4.4` | `4.4.10` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.4.1` | `4.4.4` |
| [clap_mangen](https://github.com/clap-rs/clap) | `0.2.14` | `0.2.15` |
| [which](https://github.com/harryfei/which-rs) | `4.4.2` | `5.0.0` |


Updates `insta` from 1.32.0 to 1.34.0
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.32.0...1.34.0)

Updates `clap` from 4.4.4 to 4.4.10
- [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.4...v4.4.10)

Updates `clap_complete` from 4.4.1 to 4.4.4
- [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.1...clap_complete-v4.4.4)

Updates `clap_mangen` from 0.2.14 to 0.2.15
- [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.14...clap_mangen-v0.2.15)

Updates `which` from 4.4.2 to 5.0.0
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/harryfei/which-rs/commits)

---
updated-dependencies:
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: clap_mangen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: which
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and elasticdog committed Nov 29, 2023
1 parent c913580 commit 3e190e4
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 25 deletions.
41 changes: 21 additions & 20 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 crates/spellabet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ tag = true
convert_case = "0.6.0"

[dev-dependencies]
insta = "1.32.0"
insta = "1.34.0"
6 changes: 3 additions & 3 deletions crates/spellout/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tag-prefix = ""

[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.4", features = ["derive", "env", "wrap_help"] }
clap_complete = "4.4.1"
clap_mangen = "0.2.14"
clap = { version = "4.4.10", features = ["derive", "env", "wrap_help"] }
clap_complete = "4.4.4"
clap_mangen = "0.2.15"
spellabet = { path = "../spellabet" }
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ is_ci = "1.1.1"
lexopt = "0.3.0"
nanoserde = "0.1.35"
rustc_version = "0.4.0"
which = "4.4.2"
which = "5.0.0"
xshell = "0.2.5"

0 comments on commit 3e190e4

Please sign in to comment.