Skip to content

Commit

Permalink
Bump tokio from 1.16.1 to 1.17.0 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 17, 2022
1 parent 22de33e commit 4d472cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 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 @@ -26,7 +26,7 @@ snap = "1.0"
futures = "0.3"
url = { version = "2.2", optional = true }
tokio-util = { version = "0.7", features = ["codec"] , optional = true }
tokio = { version = "1.16", default-features = false, optional = true, features = ["fs"] }
tokio = { version = "1.17", default-features = false, optional = true, features = ["fs"] }
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"], optional = true}
thiserror = "1.0"
md5 = "0.7"
Expand Down

0 comments on commit 4d472cb

Please sign in to comment.