Skip to content

Commit 13b03d0

Browse files
fix(deps): Bump clap in the runtime-dependencies group
Bumps the runtime-dependencies group with 1 update: [clap](https://github.com/clap-rs/clap). Updates `clap` from 4.5.38 to 4.5.39 - [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.38...clap_complete-v4.5.39) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.39 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c7c84d7 commit 13b03d0

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
@@ -11,7 +11,7 @@ publish = ["jontze"]
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
14-
clap = { version = "4.5.38", features = ["derive", "env"] }
14+
clap = { version = "4.5.39", features = ["derive", "env"] }
1515
git2 = { version = "0.20.2", default-features = false}
1616
miette = { version = "7.6.0", features = ["fancy"] }
1717
node-semver = "2.2.0"

0 commit comments

Comments
 (0)