Skip to content

Commit 8e039c6

Browse files
dependabot[bot]VorpalBlade
authored andcommitted
build(deps): bump the minor group with 2 updates
Bumps the minor group with 2 updates: [clap](https://github.com/clap-rs/clap) and [env_logger](https://github.com/rust-cli/env_logger). Updates `clap` from 4.5.57 to 4.5.58 - [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.57...clap_complete-v4.5.58) Updates `env_logger` from 0.11.8 to 0.11.9 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.8...v0.11.9) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.58 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: env_logger dependency-version: 0.11.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7509e09 commit 8e039c6

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 10 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
@@ -31,13 +31,13 @@ targets = [
3131

3232
[dependencies]
3333
anyhow = { version = "1.0.101", features = ["backtrace"] }
34-
clap = { version = "4.5.57", features = [
34+
clap = { version = "4.5.58", features = [
3535
"derive",
3636
"error-context",
3737
"help",
3838
"std",
3939
], default-features = false }
40-
env_logger = { version = "0.11.8", default-features = false }
40+
env_logger = { version = "0.11.9", default-features = false }
4141
evdev-rs = "0.6.3"
4242
log = "0.4.29"
4343
nix = { version = "0.31.1", default-features = false, features = [

0 commit comments

Comments
 (0)