Skip to content

Commit e7f932c

Browse files
Bump the cargo group with 2 updates
Bumps the cargo group with 2 updates: [clap](https://github.com/clap-rs/clap) and [futures](https://github.com/rust-lang/futures-rs). Updates `clap` from 4.5.18 to 4.5.19 - [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.18...clap_complete-v4.5.19) Updates `futures` from 0.3.30 to 0.3.31 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.30...0.3.31) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1ea0ea6 commit e7f932c

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

Cargo.lock

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

cpp-linter/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ license.workspace = true
1616
[dependencies]
1717
anyhow = "1.0.89"
1818
chrono = "0.4.38"
19-
clap = "4.5.17"
19+
clap = "4.5.19"
2020
colored = "2.1.0"
2121
fast-glob = "0.4.0"
22-
futures = "0.3.30"
22+
futures = "0.3.31"
2323
git2 = "0.19.0"
2424
lenient_semver = "0.4.2"
2525
log = { version = "0.4.22", features = ["std"] }

0 commit comments

Comments
 (0)