Skip to content

Commit 8bfb1f8

Browse files
build(deps): bump the cargo group across 1 directory with 2 updates
Bumps the cargo group with 2 updates in the / directory: [reqwest](https://github.com/seanmonstar/reqwest) and [napi](https://github.com/napi-rs/napi-rs). Updates `reqwest` from 0.12.24 to 0.12.26 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.24...v0.12.26) Updates `napi` from 3.6.1 to 3.7.0 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-v3.6.1...napi-v3.7.0) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: napi dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9463247 commit 8bfb1f8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -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 = "3.6.1", default-features = false, features = ["napi4", "async"] }
20+
napi = { version = "3.7.0", default-features = false, features = ["napi4", "async"] }
2121
napi-derive = "3.4.0"
2222
cpp-linter = { path = "../../cpp-linter" }
2323
anyhow = "1.0.100"

cpp-linter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ git2 = "0.20.3"
2424
log = { version = "0.4.29", features = ["std"] }
2525
quick-xml = { version = "0.38.4", features = ["serialize"] }
2626
regex = "1.12.2"
27-
reqwest = "0.12.24"
27+
reqwest = "0.12.26"
2828
semver = "1.0.27"
2929
serde = { version = "1.0.228", features = ["derive"] }
3030
serde_json = "1.0.145"

0 commit comments

Comments
 (0)