Skip to content

Commit d37a593

Browse files
build(deps): bump the cargo group across 1 directory with 6 updates
Bumps the cargo group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [chrono](https://github.com/chronotope/chrono) | `0.4.42` | `0.4.43` | | [clap](https://github.com/clap-rs/clap) | `4.5.54` | `4.5.55` | | [colored](https://github.com/mackwic/colored) | `3.0.0` | `3.1.1` | | [quick-xml](https://github.com/tafia/quick-xml) | `0.38.4` | `0.39.0` | | [napi](https://github.com/napi-rs/napi-rs) | `3.8.1` | `3.8.2` | | [napi-derive](https://github.com/napi-rs/napi-rs) | `3.5.0` | `3.5.1` | Updates `chrono` from 0.4.42 to 0.4.43 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.42...v0.4.43) Updates `clap` from 4.5.54 to 4.5.55 - [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.54...clap_complete-v4.5.55) Updates `colored` from 3.0.0 to 3.1.1 - [Release notes](https://github.com/mackwic/colored/releases) - [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md) - [Commits](colored-rs/colored@v3.0.0...v3.1.1) Updates `quick-xml` from 0.38.4 to 0.39.0 - [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.4...v0.39.0) Updates `napi` from 3.8.1 to 3.8.2 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-v3.8.1...napi-v3.8.2) Updates `napi-derive` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-derive-v3.5.0...napi-derive-v3.5.1) --- updated-dependencies: - dependency-name: chrono dependency-version: 0.4.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap dependency-version: 4.5.55 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: colored dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: quick-xml dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: napi dependency-version: 3.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: napi-derive dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6002ba2 commit d37a593

File tree

4 files changed

+26
-35
lines changed

4 files changed

+26
-35
lines changed

Cargo.lock

Lines changed: 19 additions & 28 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.8.1", default-features = false, features = ["napi4", "async"] }
21-
napi-derive = "3.5.0"
20+
napi = { version = "3.8.2", default-features = false, features = ["napi4", "async"] }
21+
napi-derive = "3.5.1"
2222
cpp-linter = { path = "../../cpp-linter" }
2323
anyhow = "1.0.100"
2424

cpp-linter/Cargo.toml

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

1616
[dependencies]
1717
anyhow = "1.0.100"
18-
chrono = "0.4.42"
19-
clap = { version = "4.5.54", features = ["derive"] }
20-
colored = "3.0.0"
18+
chrono = "0.4.43"
19+
clap = { version = "4.5.55", features = ["derive"] }
20+
colored = "3.1.1"
2121
fast-glob = "1.0.0"
2222
futures = "0.3.31"
2323
git2 = "0.20.4"
2424
log = { version = "0.4.29", features = ["std"] }
25-
quick-xml = { version = "0.38.4", features = ["serialize"] }
25+
quick-xml = { version = "0.39.0", features = ["serialize"] }
2626
regex = "1.12.2"
2727
reqwest = { version = "0.13.1", default-features = false, features = ["native-tls", "http2", "charset"] }
2828
semver = "1.0.27"

docs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license.workspace = true
1111
[dependencies]
1212
cpp-linter = { path = "../cpp-linter" }
1313
pyo3 = {version = "0.27.2", features = ["extension-module"] }
14-
clap = { version = "4.5.54", features = ["derive"] }
14+
clap = { version = "4.5.55", features = ["derive"] }
1515

1616
[lib]
1717
name = "cli_gen"

0 commit comments

Comments
 (0)