Skip to content

Commit f494e9f

Browse files
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>
1 parent 33fc2bb commit f494e9f

2 files changed

Lines changed: 34 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 33 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ path = "src/bin.rs"
1919
[dependencies]
2020
log = "0.4"
2121
env_logger = "0.11.7"
22-
clap = {version = "4.5.60", optional = true}
22+
clap = {version = "4.6.0", optional = true}
2323
crossterm = {version = "0.29.0", optional = true}
2424
mos6502 = {git = "https://github.com/alexander-akhmetov/mos6502/", tag = "0.3.0"}

0 commit comments

Comments
 (0)