Skip to content

Commit 87b1762

Browse files
chore(deps): bump clap from 4.1.6 to 4.1.8 (#17)
Bumps [clap](https://github.com/clap-rs/clap) from 4.1.6 to 4.1.8. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.1.6...v4.1.8) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 85b6eff commit 87b1762

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -10,7 +10,7 @@ readme = "README.md"
1010
edition = "2021"
1111

1212
[dependencies]
13-
clap = { version = "4.1.6", default-features = false, features=["std", "derive", "help", "usage", "error-context"] }
13+
clap = { version = "4.1.8", default-features = false, features=["std", "derive", "help", "usage", "error-context"] }
1414

1515
[lib]
1616
name = "safe_ascii"

0 commit comments

Comments
 (0)