Skip to content

Commit ccfb46b

Browse files
build(deps): bump the cargo group across 1 directory with 4 updates
Bumps the cargo group with 4 updates in the / directory: [tokio](https://github.com/tokio-rs/tokio), [napi](https://github.com/napi-rs/napi-rs), [napi-derive](https://github.com/napi-rs/napi-rs) and [zip](https://github.com/zip-rs/zip2). 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.5 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-v3.8.4...napi-v3.8.5) Updates `napi-derive` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-derive-v3.5.3...napi-derive-v3.5.4) 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: 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.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: napi-derive dependency-version: 3.5.4 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 ccfb46b

4 files changed

Lines changed: 22 additions & 22 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ 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.5", default-features = false, features = ["napi4", "async"] }
21+
napi-derive = "3.5.4"
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)