Skip to content

Commit c8ab54f

Browse files
Bump the dependencies group across 1 directory with 2 updates
Bumps the dependencies group with 2 updates in the / directory: [clap](https://github.com/clap-rs/clap) and [miette](https://github.com/zkat/miette). Updates `clap` from 4.5.26 to 4.5.31 - [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.26...v4.5.31) Updates `miette` from 7.4.0 to 7.5.0 - [Release notes](https://github.com/zkat/miette/releases) - [Changelog](https://github.com/zkat/miette/blob/main/CHANGELOG.md) - [Commits](https://github.com/zkat/miette/commits) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: miette dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed07c33 commit c8ab54f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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,7 +18,7 @@ all = { level = "warn", priority = -1 }
1818
pedantic = { level = "warn", priority = -1 }
1919

2020
[dependencies]
21-
clap = { version = "4.5.26", features = ["derive"] }
21+
clap = { version = "4.5.32", features = ["derive"] }
2222
criterion = "0.5.1"
23-
miette = { version = "7.2.0", features = ["fancy"] }
23+
miette = { version = "7.5.0", features = ["fancy"] }
2424
openvino = { version = "0.8", features = ["runtime-linking"] }

0 commit comments

Comments
 (0)