Skip to content

Commit 57090b1

Browse files
Bump the cargo group with 3 updates
Bumps the cargo group with 3 updates: [quick-xml](https://github.com/tafia/quick-xml), [reqwest](https://github.com/seanmonstar/reqwest) and [napi-build](https://github.com/napi-rs/napi-rs). Updates `quick-xml` from 0.37.5 to 0.38.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.37.5...v0.38.0) Updates `reqwest` from 0.12.20 to 0.12.21 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/commits) Updates `napi-build` from 2.2.1 to 2.2.2 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/[email protected]@2.2.2) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: reqwest dependency-version: 0.12.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: napi-build dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ada1fbc commit 57090b1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ anyhow = "1.0.98"
2626
openssl-vendored = ["cpp-linter/openssl-vendored"]
2727

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

cpp-linter/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ 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.37.5", features = ["serialize"]}
28+
quick-xml = {version = "0.38.0", features = ["serialize"]}
2929
regex = "1.11.1"
30-
reqwest = "0.12.20"
30+
reqwest = "0.12.21"
3131
semver = "1.0.26"
3232
serde = { version = "1.0.219", features = ["derive"] }
3333
serde_json = "1.0.140"

0 commit comments

Comments
 (0)