Skip to content

Commit 56633df

Browse files
build(deps): bump the cargo-minor-patch group with 8 updates (#247)
Bumps the cargo-minor-patch group with 8 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.54` | `4.5.60` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.65` | `4.6.3` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.13.0` | `2.14.0` | | [itoa](https://github.com/dtolnay/itoa) | `1.0.17` | `1.0.18` | | [owo-colors](https://github.com/owo-colors/owo-colors) | `4.2.3` | `4.3.0` | | [signal-hook](https://github.com/vorner/signal-hook) | `0.4.1` | `0.4.4` | | [terminal_size](https://github.com/eminence/terminal-size) | `0.4.3` | `0.4.4` | | [rustix](https://github.com/bytecodealliance/rustix) | `1.1.3` | `1.1.4` | Updates `clap` from 4.5.54 to 4.5.60 - [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.54...clap_complete-v4.5.60) Updates `clap_complete` from 4.5.65 to 4.6.3 - [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.65...clap_complete-v4.6.3) Updates `indexmap` from 2.13.0 to 2.14.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.13.0...2.14.0) Updates `itoa` from 1.0.17 to 1.0.18 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](dtolnay/itoa@1.0.17...1.0.18) Updates `owo-colors` from 4.2.3 to 4.3.0 - [Release notes](https://github.com/owo-colors/owo-colors/releases) - [Changelog](https://github.com/owo-colors/owo-colors/blob/main/CHANGELOG.md) - [Commits](owo-colors/owo-colors@v4.2.3...v4.3.0) Updates `signal-hook` from 0.4.1 to 0.4.4 - [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md) - [Commits](vorner/signal-hook@v0.4.1...v0.4.4) Updates `terminal_size` from 0.4.3 to 0.4.4 - [Release notes](https://github.com/eminence/terminal-size/releases) - [Commits](eminence/terminal-size@v0.4.3...v0.4.4) Updates `rustix` from 1.1.3 to 1.1.4 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v1.1.3...v1.1.4) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: clap_complete dependency-version: 4.6.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor-patch - dependency-name: indexmap dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor-patch - dependency-name: itoa dependency-version: 1.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: owo-colors dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor-patch - dependency-name: signal-hook dependency-version: 0.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: terminal_size dependency-version: 0.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: rustix dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 95ce5cc commit 56633df

2 files changed

Lines changed: 38 additions & 38 deletions

File tree

Cargo.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@ keywords = ["cli", "node", "javascript", "npm", "scripts"]
1818

1919
[dependencies]
2020
ahash = "0.8.12"
21-
clap = { version = "4.5.54", features = ["derive", "env"] }
22-
clap_complete = { version = "4.5.65", features = ["unstable-dynamic"] }
21+
clap = { version = "4.5.60", features = ["derive", "env"] }
22+
clap_complete = { version = "4.6.3", features = ["unstable-dynamic"] }
2323
color-eyre = { version = "0.6.5", default-features = false }
2424
dotenvy = "0.15.7"
25-
indexmap = { version = "2.13.0", features = ["serde"] }
26-
itoa = "1.0.17"
27-
owo-colors = { version = "4.2.3", features = ["supports-colors"] }
25+
indexmap = { version = "2.14.0", features = ["serde"] }
26+
itoa = "1.0.18"
27+
owo-colors = { version = "4.3.0", features = ["supports-colors"] }
2828
serde = { version = "1.0.228", features = ["derive"] }
2929
shlex = "1.3.0"
30-
signal-hook = "0.4.1"
30+
signal-hook = "0.4.4"
3131
simd-json = "0.15.1"
3232
strsim = "0.11.1"
33-
terminal_size = "0.4.3"
33+
terminal_size = "0.4.4"
3434
unicode-width = "0.2.2"
3535

3636
[target."cfg(unix)".dependencies]
37-
rustix = { version = "1.1.3", features = ["fs"] }
37+
rustix = { version = "1.1.4", features = ["fs"] }
3838

3939
[target."cfg(windows)".dependencies]
4040
winsafe = { version = "0.0.24", features = ["kernel"] }

0 commit comments

Comments
 (0)