Skip to content

Commit 8e8516c

Browse files
Bump clap from 4.5.0 to 4.5.1
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.0 to 4.5.1. - [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.0...v4.5.1) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7854d00 commit 8e8516c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runner/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ features = ["llvm14-0"]
1313
[dependencies]
1414
qir-stdlib = { path = "../stdlib", features = ["range-support"] }
1515
qir-backend = { path = "../backend" }
16-
clap = { version = "4.5.0", features = [ "cargo" ] }
16+
clap = { version = "4.5.1", features = [ "cargo" ] }
1717
msvc_spectre_libs = { version = "0.1", features = ["error"] }
1818

0 commit comments

Comments
 (0)