Skip to content

Commit 530a45b

Browse files
Bump the cargo group across 1 directory with 7 updates
Bumps the cargo group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [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` | | [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 `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 `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: 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: 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 33f2313 commit 530a45b

File tree

4 files changed

+112
-50
lines changed

4 files changed

+112
-50
lines changed

Cargo.lock

+104-42
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.0", 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"]

cpp-linter/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,26 @@ clap = "4.5.32"
2020
colored = "3.0.0"
2121
fast-glob = "0.4.5"
2222
futures = "0.3.31"
23-
git2 = "0.20.0"
23+
git2 = "0.20.1"
2424
lenient_semver = "0.4.2"
25-
log = { version = "0.4.26", features = ["std"] }
25+
log = { version = "0.4.27", features = ["std"] }
2626
openssl = { version = "0.10", features = ["vendored"], optional = true }
2727
openssl-probe = { version = "0.1", optional = true }
2828
quick-xml = {version = "0.37.2", features = ["serialize"]}
2929
regex = "1.11.1"
30-
reqwest = "0.12.12"
30+
reqwest = "0.12.15"
3131
semver = "1.0.26"
3232
serde = { version = "1.0.219", features = ["derive"] }
3333
serde_json = "1.0.140"
34-
tokio = { version = "1.44.0", features = ["macros", "rt-multi-thread"]}
34+
tokio = { version = "1.44.1", features = ["macros", "rt-multi-thread"]}
3535
tokio-macros = "2.4.0"
3636
tokio-stream = "0.1.17"
3737
which = "7.0.2"
3838

3939
[dev-dependencies]
4040
criterion = { version = "2.7.2", package = "codspeed-criterion-compat", features=["async_tokio"] }
4141
mockito = "1.7.0"
42-
tempfile = "3.18.0"
42+
tempfile = "3.19.1"
4343

4444
[features]
4545
openssl-vendored = ["dep:openssl", "dep:openssl-probe"]

0 commit comments

Comments
 (0)