Skip to content

Commit da6d103

Browse files
Bump the rust-dependencies group across 1 directory with 3 updates
Bumps the rust-dependencies group with 3 updates in the / directory: [clap](https://github.com/clap-rs/clap), [rand](https://github.com/rust-random/rand) and [owo-colors](https://github.com/owo-colors/owo-colors). Updates `clap` from 4.5.1 to 4.5.31 - [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.1...v4.5.31) Updates `rand` from 0.8.5 to 0.9.0 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.9.0) Updates `owo-colors` from 4.0.0 to 4.2.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.0.0...v4.2.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: owo-colors dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8b6f362 commit da6d103

File tree

2 files changed

+107
-27
lines changed

2 files changed

+107
-27
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ categories = ["command-line-utilities"]
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
clap = { version = "4.5.1", features = ["cargo"] }
17-
rand = "0.8.5"
18-
owo-colors = "4.0.0"
16+
clap = { version = "4.5.35", features = ["cargo"] }
17+
rand = "0.9.0"
18+
owo-colors = "4.2.0"

0 commit comments

Comments
 (0)