Skip to content

Commit eea14c4

Browse files
build(deps): bump the cargo group with 7 updates
Bumps the cargo group with 7 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.41` | `4.5.42` | | [fast-glob](https://github.com/oxc-project/fast-glob) | `0.4.5` | `1.0.0` | | [quick-xml](https://github.com/tafia/quick-xml) | `0.38.0` | `0.38.1` | | [serde_json](https://github.com/serde-rs/json) | `1.0.141` | `1.0.142` | | [tokio](https://github.com/tokio-rs/tokio) | `1.46.1` | `1.47.1` | | [napi-derive](https://github.com/napi-rs/napi-rs) | `3.1.1` | `3.1.2` | | [napi-build](https://github.com/napi-rs/napi-rs) | `2.2.2` | `2.2.3` | Updates `clap` from 4.5.41 to 4.5.42 - [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.41...clap_complete-v4.5.42) Updates `fast-glob` from 0.4.5 to 1.0.0 - [Release notes](https://github.com/oxc-project/fast-glob/releases) - [Changelog](https://github.com/oxc-project/fast-glob/blob/main/CHANGELOG.md) - [Commits](oxc-project/fast-glob@v0.4.5...v1.0.0) Updates `quick-xml` from 0.38.0 to 0.38.1 - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](tafia/quick-xml@v0.38.0...v0.38.1) Updates `serde_json` from 1.0.141 to 1.0.142 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.141...v1.0.142) Updates `tokio` from 1.46.1 to 1.47.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.46.1...tokio-1.47.1) Updates `napi-derive` from 3.1.1 to 3.1.2 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-derive-v3.1.1...napi-derive-v3.1.2) Updates `napi-build` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/napi-build@2.2.2...napi-build-v2.2.3) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: fast-glob dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo - dependency-name: quick-xml dependency-version: 0.38.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde_json dependency-version: 1.0.142 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tokio dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: napi-derive dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: napi-build dependency-version: 2.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 13dc23c commit eea14c4

File tree

4 files changed

+39
-29
lines changed

4 files changed

+39
-29
lines changed

Cargo.lock

Lines changed: 31 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/node/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ bench = false
1818
[dependencies]
1919
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
2020
napi = { version = "3.1.2", default-features = false, features = ["napi4", "async"] }
21-
napi-derive = "3.1.1"
21+
napi-derive = "3.1.2"
2222
cpp-linter = { path = "../../cpp-linter" }
2323
anyhow = "1.0.98"
2424

2525
[features]
2626
openssl-vendored = ["cpp-linter/openssl-vendored"]
2727

2828
[build-dependencies]
29-
napi-build = "2.2.2"
29+
napi-build = "2.2.3"

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bench = false
1919
[dependencies]
2020
pyo3 = { version = "0.25.1", features = ["extension-module"] }
2121
cpp-linter = { path = "../../cpp-linter" }
22-
tokio = "1.46.1"
22+
tokio = "1.47.1"
2323

2424
[features]
2525
openssl-vendored = ["cpp-linter/openssl-vendored"]

cpp-linter/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ license.workspace = true
1616
[dependencies]
1717
anyhow = "1.0.98"
1818
chrono = "0.4.41"
19-
clap = "4.5.41"
19+
clap = "4.5.42"
2020
colored = "3.0.0"
21-
fast-glob = "0.4.5"
21+
fast-glob = "1.0.0"
2222
futures = "0.3.31"
2323
git2 = "0.20.2"
2424
lenient_semver = "0.4.2"
2525
log = { version = "0.4.27", features = ["std"] }
2626
openssl = { version = "0.10", features = ["vendored"], optional = true }
2727
openssl-probe = { version = "0.1", optional = true }
28-
quick-xml = {version = "0.38.0", features = ["serialize"]}
28+
quick-xml = {version = "0.38.1", features = ["serialize"]}
2929
regex = "1.11.1"
3030
reqwest = "0.12.22"
3131
semver = "1.0.26"
3232
serde = { version = "1.0.219", features = ["derive"] }
33-
serde_json = "1.0.141"
34-
tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread"]}
33+
serde_json = "1.0.142"
34+
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"]}
3535
tokio-macros = "2.5.0"
3636
tokio-stream = "0.1.17"
3737
which = "8.0.0"

0 commit comments

Comments
 (0)