Skip to content

Commit 5a0890f

Browse files
chore(deps): bump the cargo-deps group with 3 updates
Bumps the cargo-deps group with 3 updates: [log](https://github.com/rust-lang/log), [clap](https://github.com/clap-rs/clap) and [rand_core](https://github.com/rust-random/rand). Updates `log` from 0.4.25 to 0.4.26 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.25...0.4.26) Updates `clap` from 4.5.29 to 4.5.30 - [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.29...clap_complete-v4.5.30) Updates `rand_core` from 0.9.1 to 0.9.2 - [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.9.1...rand_core-0.9.2) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - 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-patch dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 479de9c commit 5a0890f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 9 additions & 9 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
@@ -72,10 +72,10 @@ critical-section = { version = "1.2", features = ["std"] }
7272
async-io = "2.4.0"
7373
env_logger = "0.11.6"
7474
futures = { version = "0.3.30" }
75-
log = "0.4.25"
75+
log = "0.4.26"
7676
nix = "0.29.0"
77-
clap = { version = "4.5.29", features = ["derive"] }
78-
rand_core = { version = "0.9.1", features = ["std"] }
77+
clap = { version = "4.5.30", features = ["derive"] }
78+
rand_core = { version = "0.9.2", 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)