Skip to content

Commit 776f093

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.13.2` | `0.13.3` | | [tokio](https://github.com/tokio-rs/tokio) | `1.52.0` | `1.52.1` | | [napi](https://github.com/napi-rs/napi-rs) | `3.8.4` | `3.8.6` | | [napi-derive](https://github.com/napi-rs/napi-rs) | `3.5.3` | `3.5.5` | | [zip](https://github.com/zip-rs/zip2) | `8.5.1` | `8.6.0` | Updates `reqwest` from 0.13.2 to 0.13.3 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.13.2...v0.13.3) Updates `tokio` from 1.52.0 to 1.52.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.0...tokio-1.52.1) Updates `napi` from 3.8.4 to 3.8.6 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-v3.8.4...napi-v3.8.6) Updates `napi-derive` from 3.5.3 to 3.5.5 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-derive-v3.5.3...napi-derive-v3.5.5) Updates `zip` from 8.5.1 to 8.6.0 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v8.5.1...v8.6.0) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tokio dependency-version: 1.52.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: napi dependency-version: 3.8.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: napi-derive dependency-version: 3.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: zip dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 03876ad commit 776f093

4 files changed

Lines changed: 19 additions & 44 deletions

File tree

Cargo.lock

Lines changed: 14 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ log = { version = "0.4.29", features = ["std"] }
2727
mockito = "1.7.2"
2828
pyo3 = {version = "0.28.3", features = ["extension-module"] }
2929
regex = "1.12.3"
30-
reqwest = { version = "0.13.2", default-features = false, features = ["http2", "charset"] }
30+
reqwest = { version = "0.13.3", default-features = false, features = ["http2", "charset"] }
3131
thiserror = "2.0.18"
3232
semver = "1.0.28"
3333
serde = { version = "1.0.228", features = ["derive"] }
3434
serde_json = "1.0.149"
3535
tempfile = "3.27.0"
36-
tokio = "1.51.1"
36+
tokio = "1.52.1"

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.8.4", default-features = false, features = ["napi4", "async"] }
21-
napi-derive = "3.5.3"
20+
napi = { version = "3.8.6", default-features = false, features = ["napi4", "async"] }
21+
napi-derive = "3.5.5"
2222
cpp-linter = { path = "../../cpp-linter", features = ["bin"] }
2323
anyhow = { workspace = true }
2424

clang-installer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ thiserror = { workspace = true }
3535
tokio = { workspace = true, features = ["macros"], optional = true }
3636
url = "2.5.8"
3737
which = "8.0.2"
38-
zip = { version = "8.5.1", default-features = false, features = ["deflate"] }
38+
zip = { version = "8.6.0", default-features = false, features = ["deflate"] }
3939
tempfile = { workspace = true }
4040

4141
[dev-dependencies]

0 commit comments

Comments
 (0)