Skip to content

Commit 0a9e763

Browse files
build(deps): bump the cargo group across 1 directory with 5 updates
Bumps the cargo group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.40` | `4.5.41` | | [quick-xml](https://github.com/tafia/quick-xml) | `0.37.5` | `0.38.0` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.20` | `0.12.22` | | [tokio](https://github.com/tokio-rs/tokio) | `1.45.1` | `1.46.1` | | [napi-build](https://github.com/napi-rs/napi-rs) | `2.2.1` | `2.2.2` | Updates `clap` from 4.5.40 to 4.5.41 - [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.40...clap_complete-v4.5.41) 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/[email protected]@2.2.2) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - 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] <[email protected]>
1 parent 7183505 commit 0a9e763

File tree

4 files changed

+31
-18
lines changed

4 files changed

+31
-18
lines changed

Cargo.lock

Lines changed: 25 additions & 12 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license.workspace = true
1616
[dependencies]
1717
anyhow = "1.0.98"
1818
chrono = "0.4.41"
19-
clap = "4.5.40"
19+
clap = "4.5.41"
2020
colored = "3.0.0"
2121
fast-glob = "0.4.5"
2222
futures = "0.3.31"
@@ -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)