Skip to content

Commit 9d19fd4

Browse files
build(deps): bump tokio from 1.16.1 to 1.17.0 (#136)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.16.1 to 1.17.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.16.1...tokio-1.17.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b7c836f commit 9d19fd4

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Cargo.lock

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

crates/sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ reqwest = { version = "0.11", default-features = false, features = [
2828
"multipart",
2929
], optional = true }
3030
tracing = { version = "0.1", optional = true }
31-
tokio = { version = "1.14", features = ["sync"], optional = true }
31+
tokio = { version = "1.17", features = ["sync"], optional = true }
3232

3333
valuable = { version = "0.1", features = ["derive"], optional = true }
3434
serde = { version = "1.0", features = ["derive"], optional = true }

examples/message_log/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ default-run = "main"
1010

1111
[dependencies]
1212
harmony_rust_sdk = { path = "../../crates/sdk", features = ["client_native", "client_recommended"] }
13-
tokio = { version = "1.14", features = ["rt", "macros", "fs"] }
13+
tokio = { version = "1.17", features = ["rt", "macros", "fs"] }
1414
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
1515
ctrlc = "3.1.8"
1616
tracing = "0.1"

0 commit comments

Comments
 (0)