Skip to content

Commit e6d8dbb

Browse files
Bump the cargo group across 1 directory with 9 updates
Bumps the cargo group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.32` | `4.5.35` | | [git2](https://github.com/rust-lang/git2-rs) | `0.20.0` | `0.20.1` | | [log](https://github.com/rust-lang/log) | `0.4.26` | `0.4.27` | | [quick-xml](https://github.com/tafia/quick-xml) | `0.37.2` | `0.37.4` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.12` | `0.12.15` | | [tokio](https://github.com/tokio-rs/tokio) | `1.44.0` | `1.44.1` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.18.0` | `3.19.1` | | [napi](https://github.com/napi-rs/napi-rs) | `2.16.16` | `2.16.17` | | [napi-build](https://github.com/napi-rs/napi-rs) | `2.1.5` | `2.1.6` | Updates `clap` from 4.5.32 to 4.5.35 - [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.32...clap_complete-v4.5.35) Updates `git2` from 0.20.0 to 0.20.1 - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/git2-rs@git2-0.20.0...git2-0.20.1) Updates `log` from 0.4.26 to 0.4.27 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.26...0.4.27) Updates `quick-xml` from 0.37.2 to 0.37.4 - [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.2...v0.37.4) Updates `reqwest` from 0.12.12 to 0.12.15 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.12...v0.12.15) Updates `tokio` from 1.44.0 to 1.44.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.0...tokio-1.44.1) Updates `tempfile` from 3.18.0 to 3.19.1 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.18.0...v3.19.1) Updates `napi` from 2.16.16 to 2.16.17 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/[email protected]@2.16.17) Updates `napi-build` from 2.1.5 to 2.1.6 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/[email protected]@2.1.6) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: git2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: quick-xml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: napi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: napi-build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 674bd23 commit e6d8dbb

File tree

4 files changed

+120
-58
lines changed

4 files changed

+120
-58
lines changed

Cargo.lock

+110-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/node/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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 = "2.16.16", default-features = false, features = ["napi4", "async"] }
20+
napi = { version = "2.16.17", default-features = false, features = ["napi4", "async"] }
2121
napi-derive = "2.16.13"
2222
cpp-linter = { path = "../../cpp-linter" }
2323
anyhow = "1.0.97"
@@ -26,4 +26,4 @@ anyhow = "1.0.97"
2626
openssl-vendored = ["cpp-linter/openssl-vendored"]
2727

2828
[build-dependencies]
29-
napi-build = "2.1.5"
29+
napi-build = "2.1.6"

bindings/python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bench = false
1919
[dependencies]
2020
pyo3 = { version = "0.24.1", features = ["extension-module"] }
2121
cpp-linter = { path = "../../cpp-linter" }
22-
tokio = "1.44.0"
22+
tokio = "1.44.1"
2323

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

0 commit comments

Comments
 (0)