Skip to content

Commit cad03e4

Browse files
build(deps): bump the cargo group with 3 updates
Bumps the cargo group with 3 updates: [tokio](https://github.com/tokio-rs/tokio), [napi](https://github.com/napi-rs/napi-rs) and [napi-derive](https://github.com/napi-rs/napi-rs). 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) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 000aa75 commit cad03e4

3 files changed

Lines changed: 19 additions & 19 deletions

File tree

Cargo.lock

Lines changed: 16 additions & 16 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

0 commit comments

Comments
 (0)