Skip to content

Commit c44e74e

Browse files
chore(deps): bump tokio from 1.34.0 to 1.38.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.34.0 to 1.38.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.34.0...tokio-1.38.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.38.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7f08b76 commit c44e74e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

crates/neon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ serde = { version = "1.0.197", optional = true }
4040
serde_json = { version = "1.0.114", optional = true }
4141

4242
[dependencies.tokio]
43-
version = "1.34.0"
43+
version = "1.38.2"
4444
default-features = false
4545
features = ["sync"]
4646
optional = true

test/napi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ crate-type = ["cdylib"]
1313
either = "1.13.0"
1414
num-bigint-dig = "0.8.4"
1515
once_cell = "1.18.0"
16-
tokio = { version = "1.34.0", features = ["rt-multi-thread"] }
16+
tokio = { version = "1.38.2", features = ["rt-multi-thread"] }
1717

1818
[dependencies.neon]
1919
version = "1.0.0"

0 commit comments

Comments
 (0)