From b14cd81823c1ce907de9be0abb022af11aa05e22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:08:24 +0000 Subject: [PATCH] chore(deps): bump the dependencies group across 1 directory with 3 updates Bumps the dependencies group with 3 updates in the / directory: [clap_complete](https://github.com/clap-rs/clap), [rand](https://github.com/rust-random/rand) and [ctor](https://github.com/mmastrac/rust-ctor). 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](https://github.com/clap-rs/clap/compare/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](https://github.com/rust-random/rand/compare/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: 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] --- Cargo.lock | 33 ++++++++++++++++++++------------- Cargo.toml | 6 +++--- 2 files changed, 23 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 74f06f6..742ae97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -424,9 +424,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.6.0" +version = "4.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19c9f1dde76b736e3681f28cec9d5a61299cbaae0fce80a68e43724ad56031eb" +checksum = "3ff7a1dccbdd8b078c2bdebff47e404615151534d5043da397ec50286816f9cb" dependencies = [ "clap", ] @@ -631,19 +631,20 @@ dependencies = [ [[package]] name = "ctor" -version = "0.6.3" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "424e0138278faeb2b401f174ad17e715c829512d74f3d1e81eb43365c2e0590e" +checksum = "95d0d11eb38e7642efca359c3cf6eb7b2e528182d09110165de70192b0352775" dependencies = [ "ctor-proc-macro", "dtor", + "link-section", ] [[package]] name = "ctor-proc-macro" -version = "0.0.7" +version = "0.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52560adf09603e58c9a7ee1fe1dcb95a16927b17c127f0ac02d6e768a0e25bc1" +checksum = "a7ab264ea985f1bd27887d7b21ea2bb046728e05d11909ca138d700c494730db" [[package]] name = "curve25519-dalek" @@ -778,18 +779,18 @@ dependencies = [ [[package]] name = "dtor" -version = "0.1.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "404d02eeb088a82cfd873006cb713fe411306c7d182c344905e101fb1167d301" +checksum = "17f72721db8027a4e96dd6fb50d2a1d32259c9d3da1b63dee612ccd981e14293" dependencies = [ "dtor-proc-macro", ] [[package]] name = "dtor-proc-macro" -version = "0.0.6" +version = "0.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f678cf4a922c215c63e0de95eb1ff08a958a81d47e485cf9da1e27bf6305cfa5" +checksum = "8c98b077c7463d01d22dde8a24378ddf1ca7263dc687cffbed38819ea6c21131" [[package]] name = "dunce" @@ -1178,7 +1179,7 @@ dependencies = [ "globset", "graphql_client", "indicatif", - "rand 0.10.0", + "rand 0.10.1", "rayon", "regex", "reqwest 0.13.2", @@ -1921,6 +1922,12 @@ dependencies = [ "vcpkg", ] +[[package]] +name = "link-section" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "468808413fa8bdf0edbe61c2bbc182dfc59885b94f496cf3fb42c9c96b1e0149" + [[package]] name = "linux-raw-sys" version = "0.12.1" @@ -2428,9 +2435,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" +checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" dependencies = [ "chacha20", "getrandom 0.4.2", diff --git a/Cargo.toml b/Cargo.toml index bc422d8..9a1efc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ globset = "0.4.15" git2 = { version = "0.20.0" } regex = "1.11.1" clap = { version = "4.6.0", features = ["derive", "env"] } -clap_complete = "4.6.0" +clap_complete = "4.6.2" [dev-dependencies] rstest = "0.26.1" @@ -40,9 +40,9 @@ testcontainers = { version = "0.24.0", features = ["blocking"] } testcontainers-modules = { version = "0.12.1", features = ["gitea"] } reqwest = { version = "0.13.2", features = ["blocking", "brotli", "json"] } ssh-key = { version = "0.6.7", features = ["ed25519", "rand_core", "getrandom"] } -rand = "0.10.0" +rand = "0.10.1" base64 = "0.22.1" -ctor = "0.6.3" +ctor = "0.10.0" [target."cfg(unix)".dependencies] expanduser = "1.2.2"