Skip to content

Commit c36edea

Browse files
Bump clap from 4.5.1 to 4.5.2 (#152)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.1 to 4.5.2. - [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.1...v4.5.2) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0b2401 commit c36edea

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.1", features = [ "cargo" ] }
16+
clap = { version = "4.5.2", features = [ "cargo" ] }
1717
msvc_spectre_libs = { version = "0.1", features = ["error"] }
1818

0 commit comments

Comments
 (0)