Skip to content

Commit

Permalink
Bump tokio from 1.23.1 to 1.24.0 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 6, 2023
1 parent ce57e51 commit 71f8605
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 @@ -36,7 +36,7 @@ azure_storage_blobs = {version="0.9", optional=true}
indicatif = {version="0.17", optional=true}
native-tls = {version="0.2", features=["vendored"], optional=true}
reqwest = {version="0.11", optional=true}
tokio = {version="1.23", default-features=false, optional=true, features=["fs", "rt-multi-thread"]}
tokio = {version="1.24", default-features=false, optional=true, features=["fs", "rt-multi-thread"]}
tokio-util = {version="0.7", features=["codec"], optional=true}
url = {version="2.3", optional=true}

Expand Down

0 comments on commit 71f8605

Please sign in to comment.