Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 132c889

Browse files
build(deps): bump the cargo-deps group with 4 updates (#28)
Bumps the cargo-deps group with 4 updates: [clap](https://github.com/clap-rs/clap), [anyhow](https://github.com/dtolnay/anyhow), [tracing-subscriber](https://github.com/tokio-rs/tracing) and [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag). Updates `clap` from 4.5.42 to 4.5.46 - [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.42...clap_complete-v4.5.46) Updates `anyhow` from 1.0.98 to 1.0.99 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.98...1.0.99) Updates `tracing-subscriber` from 0.3.19 to 0.3.20 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.19...tracing-subscriber-0.3.20) Updates `clap-verbosity-flag` from 3.0.3 to 3.0.4 - [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap-verbosity-flag@v3.0.3...v3.0.4) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.46 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: anyhow dependency-version: 1.0.99 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: tracing-subscriber dependency-version: 0.3.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: clap-verbosity-flag dependency-version: 3.0.4 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 fe355e7 commit 132c889

File tree

2 files changed

+28
-26
lines changed

2 files changed

+28
-26
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ version = "1.1.0"
44
edition = "2024"
55

66
[dependencies]
7-
clap = { version = "4.5.42", features = ["derive"] }
8-
anyhow = "1.0.98"
7+
clap = { version = "4.5.46", features = ["derive"] }
8+
anyhow = "1.0.99"
99
tracing = "0.1.41"
10-
tracing-subscriber = "0.3.19"
11-
clap-verbosity-flag = { version = "3.0.3", features = ["tracing"] }
10+
tracing-subscriber = "0.3.20"
11+
clap-verbosity-flag = { version = "3.0.4", features = ["tracing"] }
1212
uzers = "0.12.1"
1313
inquire = "0.7.5"
1414
which = "8.0.0"

0 commit comments

Comments
 (0)