Skip to content

Commit

Permalink
tokio lib updated
Browse files Browse the repository at this point in the history
  • Loading branch information
adambezecny committed Sep 14, 2021
1 parent 91f4e70 commit c2eb1a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde_json = "1.0.64"
reqwest = "0.11.3"
http = "0.2.4"
base64 = "0.13.0"
tokio = { version = "1.6.0", default-features = false, features = ["macros", "time", "rt-multi-thread"] }
tokio = { version = "1.7.1", default-features = false, features = ["macros", "time", "rt-multi-thread"] }
futures-util = { version = "0.3.15", default-features = false, features = ["async-await", "sink", "std"] }
tokio-tungstenite = "0.14.0"
url = "2.2.2"
Expand Down

0 comments on commit c2eb1a4

Please sign in to comment.