Skip to content

Commit 9b68484

Browse files
Bump the cargo group across 1 directory with 4 updates
Bumps the cargo group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [futures](https://github.com/rust-lang/futures-rs), [pyo3](https://github.com/pyo3/pyo3) and [napi](https://github.com/napi-rs/napi-rs). Updates `clap` from 4.5.18 to 4.5.20 - [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.20) 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) Updates `pyo3` from 0.22.3 to 0.22.4 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.22.3...v0.22.4) Updates `napi` from 2.16.11 to 2.16.12 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/[email protected]@2.16.12) --- 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 - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: napi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1ea0ea6 commit 9b68484

File tree

5 files changed

+39
-39
lines changed

5 files changed

+39
-39
lines changed

Cargo.lock

+34-34
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.20"
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"] }

docs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license.workspace = true
1111

1212
[dependencies]
1313
cpp-linter = { path = "../cpp-linter" }
14-
pyo3 = "0.22.3"
14+
pyo3 = "0.22.4"
1515

1616
[lib]
1717
name = "cli_gen"

node-binding/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ crate-type = ["cdylib"]
1616

1717
[dependencies]
1818
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
19-
napi = { version = "2.12.2", default-features = false, features = ["napi4", "async"] }
19+
napi = { version = "2.16.12", default-features = false, features = ["napi4", "async"] }
2020
napi-derive = "2.12.2"
2121
cpp-linter = { path = "../cpp-linter" }
2222
anyhow = "1.0.89"

py-binding/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name = "cpp_linter"
1616
crate-type = ["cdylib"]
1717

1818
[dependencies]
19-
pyo3 = { version = "0.22.3", features = ["extension-module"] }
19+
pyo3 = { version = "0.22.4", features = ["extension-module"] }
2020
cpp-linter = { path = "../cpp-linter" }
2121
tokio = "1.40.0"
2222

0 commit comments

Comments
 (0)