Skip to content

Commit c86875c

Browse files
build(deps): bump tokio from 1.34.0 to 1.36.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.34.0 to 1.36.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.34.0...tokio-1.36.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 37e7700 commit c86875c

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ rand = { version = "0.8.5", optional = true }
4747

4848
[dev-dependencies]
4949
crypto-botters = { path = ".", features = ["full"] }
50-
tokio = { version = "1.34.0", features = ["rt-multi-thread", "macros"] }
50+
tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros"] }
5151
rust_decimal = { version = "1.33.0", features = ["serde-with-str", "serde-with-float"] }
5252
env_logger = "0.10.1"
5353

generic-api-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["client", "websocket", "asynchronous"]
1313
categories = ["api-bindings", "asynchronous"]
1414

1515
[dependencies]
16-
tokio = { version = "1.34.0", features = ["time", "sync", "net", "macros"] }
16+
tokio = { version = "1.36.0", features = ["time", "sync", "net", "macros"] }
1717
tokio-tungstenite = "0.21.0"
1818
reqwest = "0.11.22"
1919
futures-util = "0.3.29"

0 commit comments

Comments
 (0)