Skip to content

Commit 9cf86e9

Browse files
build(deps): bump the cargo group across 1 directory with 3 updates
Bumps the cargo group with 3 updates in the / directory: [quick-xml](https://github.com/tafia/quick-xml), [napi](https://github.com/napi-rs/napi-rs) and [napi-derive](https://github.com/napi-rs/napi-rs). 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: 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 8283bc7 commit 9cf86e9

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fast-glob = "1.0.0"
2222
futures = "0.3.31"
2323
git2 = "0.20.3"
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"

0 commit comments

Comments
 (0)