Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [insta](https://github.com/mitsuhiko/insta) | `1.39.0` | `1.41.0` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.91` |
| [clap](https://github.com/clap-rs/clap) | `4.5.13` | `4.5.20` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.12` | `4.5.35` |
| [clap_mangen](https://github.com/clap-rs/clap) | `0.2.23` | `0.2.24` |
| [rustc_version](https://github.com/djc/rustc-version-rs) | `0.4.0` | `0.4.1` |
| [which](https://github.com/harryfei/which-rs) | `6.0.2` | `6.0.3` |



Updates `insta` from 1.39.0 to 1.41.0
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.39.0...1.41.0)

Updates `anyhow` from 1.0.86 to 1.0.91
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.86...1.0.91)

Updates `clap` from 4.5.13 to 4.5.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_complete-v4.5.13...clap_complete-v4.5.20)

Updates `clap_complete` from 4.5.12 to 4.5.35
- [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.12...clap_complete-v4.5.35)

Updates `clap_mangen` from 0.2.23 to 0.2.24
- [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.23...clap_mangen-v0.2.24)

Updates `rustc_version` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/djc/rustc-version-rs/releases)
- [Commits](djc/rustc-version-rs@v0.4.0...v0.4.1)

Updates `which` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](harryfei/which-rs@6.0.2...6.0.3)

---
updated-dependencies:
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: rustc_version
  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-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 56afe1f commit f2770ed
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 98 deletions.
123 changes: 33 additions & 90 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.37.0"
insta = "1.41.0"
8 changes: 4 additions & 4 deletions crates/spellout/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ tag = true
tag-prefix = ""

[dependencies]
anyhow = "1.0.81"
clap = { version = "4.5.4", features = ["derive", "env", "wrap_help"] }
clap_complete = "4.5.1"
clap_mangen = "0.2.20"
anyhow = "1.0.91"
clap = { version = "4.5.20", features = ["derive", "env", "wrap_help"] }
clap_complete = "4.5.35"
clap_mangen = "0.2.24"
spellabet = { path = "../spellabet" }
6 changes: 3 additions & 3 deletions xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ publish = false
release = false

[dependencies]
anyhow = "1.0.81"
anyhow = "1.0.91"
is_ci = "1.2.0"
lexopt = "0.3.0"
nanoserde = "0.1.37"
rustc_version = "0.4.0"
which = "6.0.1"
rustc_version = "0.4.1"
which = "6.0.3"
xshell = "0.2.5"

0 comments on commit f2770ed

Please sign in to comment.