Skip to content

Commit f8dd12b

Browse files
dependabot[bot]ahl
andauthored
Bump clap from 4.5.60 to 4.6.0 (#995)
* Bump clap from 4.5.60 to 4.6.0 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.60 to 4.6.0. - [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.60...clap_complete-v4.6.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * update env_logger to update the anstream dep --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam H. Leventhal <ahl@oxide.computer>
1 parent 471ffda commit f8dd12b

File tree

2 files changed

+42
-26
lines changed

2 files changed

+42
-26
lines changed

Cargo.lock

Lines changed: 40 additions & 24 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
@@ -18,9 +18,9 @@ typify-macro = { version = "0.6.1", path = "typify-macro" }
1818

1919
assert_cmd = "2.2.0"
2020
chrono = { version = "0.4.44", features = ["serde"] }
21-
clap = { version = "4.5.60", features = ["derive"] }
21+
clap = { version = "4.6.0", features = ["derive"] }
2222
color-eyre = "0.6"
23-
env_logger = "0.11"
23+
env_logger = "0.11.10"
2424
expectorate = "1.2.0"
2525
glob = "0.3.3"
2626
heck = "0.5.0"

0 commit comments

Comments
 (0)