Skip to content

Commit 018aa98

Browse files
Bump the cargo group across 1 directory with 4 updates
Bumps the cargo group with 4 updates in the / directory: [quick-xml](https://github.com/tafia/quick-xml), [reqwest](https://github.com/seanmonstar/reqwest), [tokio](https://github.com/tokio-rs/tokio) 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.22 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.20...v0.12.22) Updates `tokio` from 1.45.1 to 1.46.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.1...tokio-1.46.1) 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.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tokio dependency-version: 1.46.1 dependency-type: direct:production update-type: version-update:semver-minor 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] <support@github.com>
1 parent ada1fbc commit 018aa98

File tree

4 files changed

+26
-13
lines changed

4 files changed

+26
-13
lines changed

Cargo.lock

Lines changed: 21 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: 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"

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bench = false
1919
[dependencies]
2020
pyo3 = { version = "0.25.1", features = ["extension-module"] }
2121
cpp-linter = { path = "../../cpp-linter" }
22-
tokio = "1.45.1"
22+
tokio = "1.46.1"
2323

2424
[features]
2525
openssl-vendored = ["cpp-linter/openssl-vendored"]

cpp-linter/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ 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.22"
3131
semver = "1.0.26"
3232
serde = { version = "1.0.219", features = ["derive"] }
3333
serde_json = "1.0.140"
34-
tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread"]}
34+
tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread"]}
3535
tokio-macros = "2.5.0"
3636
tokio-stream = "0.1.17"
3737
which = "8.0.0"

0 commit comments

Comments
 (0)