Skip to content

Commit

Permalink
chore(deps): bump the cargo-deps group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 623f5b3 commit e2082c9
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 12 deletions.
60 changes: 50 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ env_logger = "0.11.6"
futures = { version = "0.3.30" }
log = "0.4.25"
nix = "0.29.0"
clap = { version = "4.5.26", features = ["derive"] }
rand_core = { version = "0.6.4", features = ["std"] }
clap = { version = "4.5.27", features = ["derive"] }
rand_core = { version = "0.9.0", features = ["std"] }
heapless = { version = "0.8.0", default-features = false }
static_cell = { version = "2.1", features = ["nightly"]}

Expand Down

0 comments on commit e2082c9

Please sign in to comment.