Skip to content

Commit e56fa95

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 | | --- | --- | --- | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.24` | `0.12.28` | | [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.148` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.23.0` | `3.24.0` | | [napi](https://github.com/napi-rs/napi-rs) | `3.6.1` | `3.7.1` | | [napi-derive](https://github.com/napi-rs/napi-rs) | `3.4.0` | `3.4.1` | Updates `reqwest` from 0.12.24 to 0.12.28 - [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.28) Updates `serde_json` from 1.0.145 to 1.0.148 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.148) Updates `tempfile` from 3.23.0 to 3.24.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.23.0...v3.24.0) Updates `napi` from 3.6.1 to 3.7.1 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-v3.6.1...napi-v3.7.1) Updates `napi-derive` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-derive-v3.4.0...napi-derive-v3.4.1) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde_json dependency-version: 1.0.148 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tempfile dependency-version: 3.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: napi dependency-version: 3.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: napi-derive dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36317f7 commit e56fa95

3 files changed

Lines changed: 33 additions & 27 deletions

File tree

Cargo.lock

Lines changed: 28 additions & 22 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ 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"] }
21-
napi-derive = "3.4.0"
20+
napi = { version = "3.7.1", default-features = false, features = ["napi4", "async"] }
21+
napi-derive = "3.4.1"
2222
cpp-linter = { path = "../../cpp-linter" }
2323
anyhow = "1.0.100"
2424

cpp-linter/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ 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.28"
2828
semver = "1.0.27"
2929
serde = { version = "1.0.228", features = ["derive"] }
30-
serde_json = "1.0.145"
30+
serde_json = "1.0.148"
3131
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
3232
tokio-macros = "2.5.0"
3333
tokio-stream = "0.1.17"
3434
which = "8.0.0"
3535

3636
[dev-dependencies]
3737
mockito = "1.7.1"
38-
tempfile = "3.23.0"
38+
tempfile = "3.24.0"
3939
git2 = { version = "0.20.3", features = ["https"]}
4040

4141
[features]

0 commit comments

Comments
 (0)