Skip to content

Commit 7de897d

Browse files
chore(deps): bump the cargo-deps group across 1 directory with 2 updates (#127)
Bumps the cargo-deps group with 2 updates in the / directory: [clap](https://github.com/clap-rs/clap) and [rand_core](https://github.com/rust-random/rand). Updates `clap` from 4.5.26 to 4.5.27 - [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.26...clap_complete-v4.5.27) Updates `rand_core` from 0.6.4 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@rand_core-0.6.4...0.9.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: rand_core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 623f5b3 commit 7de897d

File tree

2 files changed

+52
-12
lines changed

2 files changed

+52
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ env_logger = "0.11.6"
7474
futures = { version = "0.3.30" }
7575
log = "0.4.25"
7676
nix = "0.29.0"
77-
clap = { version = "4.5.26", features = ["derive"] }
78-
rand_core = { version = "0.6.4", features = ["std"] }
77+
clap = { version = "4.5.27", features = ["derive"] }
78+
rand_core = { version = "0.9.0", features = ["std"] }
7979
heapless = { version = "0.8.0", default-features = false }
8080
static_cell = { version = "2.1", features = ["nightly"]}
8181

0 commit comments

Comments
 (0)