Skip to content

Commit eb13c90

Browse files
chore(deps): bump the dependencies group across 1 directory with 4 updates
Bumps the dependencies group with 4 updates in the / directory: [rayon](https://github.com/rayon-rs/rayon), [clap_complete](https://github.com/clap-rs/clap), [rand](https://github.com/rust-random/rand) and [ctor](https://github.com/mmastrac/rust-ctor). Updates `rayon` from 1.11.0 to 1.12.0 - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](rayon-rs/rayon@rayon-core-v1.11.0...rayon-core-v1.12.0) Updates `clap_complete` from 4.6.0 to 4.6.2 - [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.6.0...clap_complete-v4.6.2) Updates `rand` from 0.10.0 to 0.10.1 - [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.10.0...0.10.1) Updates `ctor` from 0.6.3 to 0.10.0 - [Commits](https://github.com/mmastrac/rust-ctor/commits) --- updated-dependencies: - dependency-name: rayon dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: clap_complete dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ctor dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2f92d84 commit eb13c90

2 files changed

Lines changed: 26 additions & 19 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rust-version = "1.74.1"
1616
toml = "1.0"
1717
serde = { version = "1.0.217", features = ["derive"] }
1818
anyhow = "1.0.102"
19-
rayon = "1.10.0"
19+
rayon = "1.12.0"
2020
graphql_client = "0.16.0"
2121
walkdir = "2.5.0"
2222
fs_extra = "1.3.0"
@@ -31,7 +31,7 @@ globset = "0.4.15"
3131
git2 = { version = "0.20.0" }
3232
regex = "1.11.1"
3333
clap = { version = "4.6.0", features = ["derive", "env"] }
34-
clap_complete = "4.6.0"
34+
clap_complete = "4.6.2"
3535

3636
[dev-dependencies]
3737
rstest = "0.26.1"
@@ -40,9 +40,9 @@ testcontainers = { version = "0.24.0", features = ["blocking"] }
4040
testcontainers-modules = { version = "0.12.1", features = ["gitea"] }
4141
reqwest = { version = "0.13.2", features = ["blocking", "brotli", "json"] }
4242
ssh-key = { version = "0.6.7", features = ["ed25519", "rand_core", "getrandom"] }
43-
rand = "0.10.0"
43+
rand = "0.10.1"
4444
base64 = "0.22.1"
45-
ctor = "0.6.3"
45+
ctor = "0.10.0"
4646

4747
[target."cfg(unix)".dependencies]
4848
expanduser = "1.2.2"

0 commit comments

Comments
 (0)