From 57090b168b47dbc43ab65c87f3d94a52fc55a13e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 02:07:06 +0000 Subject: [PATCH] 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](https://github.com/tafia/quick-xml/compare/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/napi-build@2.2.1...napi-build@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] --- Cargo.lock | 12 ++++++------ bindings/node/Cargo.toml | 2 +- cpp-linter/Cargo.toml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f84902c2..61d71a08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1293,9 +1293,9 @@ dependencies = [ [[package]] name = "napi-build" -version = "2.2.1" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44e0e3177307063d3e7e55b7dd7b648cca9d7f46daa35422c0d98cc2bf48c2c1" +checksum = "fff539e61c5e3dd4d7d283610662f5d672c2aea0f158df78af694f13dbb3287b" [[package]] name = "napi-derive" @@ -1614,9 +1614,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.37.5" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" +checksum = "8927b0664f5c5a98265138b7e3f90aa19a6b21353182469ace36d4ac527b7b1b" dependencies = [ "memchr", "serde", @@ -1727,9 +1727,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.20" +version = "0.12.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813" +checksum = "4c8cea6b35bcceb099f30173754403d2eba0a5dc18cea3630fccd88251909288" dependencies = [ "base64", "bytes", diff --git a/bindings/node/Cargo.toml b/bindings/node/Cargo.toml index baf869eb..5c6ac984 100644 --- a/bindings/node/Cargo.toml +++ b/bindings/node/Cargo.toml @@ -26,4 +26,4 @@ anyhow = "1.0.98" openssl-vendored = ["cpp-linter/openssl-vendored"] [build-dependencies] -napi-build = "2.2.1" +napi-build = "2.2.2" diff --git a/cpp-linter/Cargo.toml b/cpp-linter/Cargo.toml index 4e3f54be..f833b70a 100644 --- a/cpp-linter/Cargo.toml +++ b/cpp-linter/Cargo.toml @@ -25,9 +25,9 @@ lenient_semver = "0.4.2" log = { version = "0.4.27", features = ["std"] } openssl = { version = "0.10", features = ["vendored"], optional = true } openssl-probe = { version = "0.1", optional = true } -quick-xml = {version = "0.37.5", features = ["serialize"]} +quick-xml = {version = "0.38.0", features = ["serialize"]} regex = "1.11.1" -reqwest = "0.12.20" +reqwest = "0.12.21" semver = "1.0.26" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140"