Skip to content

Commit 623f5b3

Browse files
chore(deps): bump the cargo-deps group across 1 directory with 2 updates (#125)
Bumps the cargo-deps group with 2 updates in the / directory: [log](https://github.com/rust-lang/log) and [clap](https://github.com/clap-rs/clap). Updates `log` from 0.4.22 to 0.4.25 - [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.22...0.4.25) Updates `clap` from 4.5.23 to 4.5.26 - [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.23...clap_complete-v4.5.26) --- 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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d47398f commit 623f5b3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -72,9 +72,9 @@ 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.22"
75+
log = "0.4.25"
7676
nix = "0.29.0"
77-
clap = { version = "4.5.23", features = ["derive"] }
77+
clap = { version = "4.5.26", features = ["derive"] }
7878
rand_core = { version = "0.6.4", features = ["std"] }
7979
heapless = { version = "0.8.0", default-features = false }
8080
static_cell = { version = "2.1", features = ["nightly"]}

0 commit comments

Comments
 (0)