Skip to content

Commit 86f4241

Browse files
authored
Merge pull request #2450 from zerotier/dependabot/cargo/rustybits/tokio-1.43.1
Bump tokio from 1.42.0 to 1.43.1 in /rustybits
2 parents cadfa0b + 4e9b69f commit 86f4241

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: rustybits/Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: rustybits/smeeclient/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ serde = { version = "1", features = ["derive"] }
1313
temporal-sdk = { git = "https://github.com/temporalio/sdk-core", branch = "master" }
1414
temporal-client = { git = "https://github.com/temporalio/sdk-core", branch = "master", features = ["telemetry"] }
1515
temporal-sdk-core-protos = { git = "https://github.com/temporalio/sdk-core", branch = "master" }
16-
tokio = { version = "1.29", features = ["full"] }
16+
tokio = { version = "1.43", features = ["full"] }
1717
url = { version = "2" }
1818
uuid = { version = "1.4", features = ["v4"] }
1919

0 commit comments

Comments
 (0)