Skip to content

Commit 6c3d567

Browse files
build(deps): bump the cargo group with 5 updates (#180)
Bumps the cargo group with 5 updates: | Package | From | To | | --- | --- | --- | | [chrono](https://github.com/chronotope/chrono) | `0.4.41` | `0.4.42` | | [clap](https://github.com/clap-rs/clap) | `4.5.46` | `4.5.47` | | [log](https://github.com/rust-lang/log) | `0.4.27` | `0.4.28` | | [napi](https://github.com/napi-rs/napi-rs) | `3.2.4` | `3.3.0` | | [napi-derive](https://github.com/napi-rs/napi-rs) | `3.2.4` | `3.2.5` | Updates `chrono` from 0.4.41 to 0.4.42 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.41...v0.4.42) Updates `clap` from 4.5.46 to 4.5.47 - [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.46...clap_complete-v4.5.47) Updates `log` from 0.4.27 to 0.4.28 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.27...0.4.28) Updates `napi` from 3.2.4 to 3.3.0 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-v3.2.4...napi-v3.3.0) Updates `napi-derive` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-derive-v3.2.4...napi-derive-v3.2.5) --- updated-dependencies: - dependency-name: chrono dependency-version: 0.4.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap dependency-version: 4.5.47 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: log dependency-version: 0.4.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: napi dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: napi-derive dependency-version: 3.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8664b99 commit 6c3d567

File tree

3 files changed

+31
-32
lines changed

3 files changed

+31
-32
lines changed

Cargo.lock

Lines changed: 26 additions & 27 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
@@ -17,8 +17,8 @@ bench = false
1717

1818
[dependencies]
1919
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
20-
napi = { version = "3.2.4", default-features = false, features = ["napi4", "async"] }
21-
napi-derive = "3.2.4"
20+
napi = { version = "3.3.0", default-features = false, features = ["napi4", "async"] }
21+
napi-derive = "3.2.5"
2222
cpp-linter = { path = "../../cpp-linter" }
2323
anyhow = "1.0.99"
2424

cpp-linter/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ license.workspace = true
1515

1616
[dependencies]
1717
anyhow = "1.0.99"
18-
chrono = "0.4.41"
19-
clap = "4.5.46"
18+
chrono = "0.4.42"
19+
clap = "4.5.47"
2020
colored = "3.0.0"
2121
fast-glob = "1.0.0"
2222
futures = "0.3.31"
2323
git2 = "0.20.2"
2424
lenient_semver = "0.4.2"
25-
log = { version = "0.4.27", features = ["std"] }
25+
log = { version = "0.4.28", features = ["std"] }
2626
openssl = { version = "0.10", features = ["vendored"], optional = true }
2727
openssl-probe = { version = "0.1", optional = true }
2828
quick-xml = {version = "0.38.3", features = ["serialize"]}

0 commit comments

Comments
 (0)