Skip to content

Commit

Permalink
Merge pull request #45 from mxve/dependabot/cargo/tokio-1.34.0
Browse files Browse the repository at this point in the history
Bump tokio from 1.33.0 to 1.34.0
  • Loading branch information
mxve authored Nov 27, 2023
2 parents 646c10d + 25c3d25 commit 168e8bc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 13 deletions.
35 changes: 23 additions & 12 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 @@ -22,7 +22,7 @@ colored = "2.0.4"
reqwest = { version = "0.11.22", features = ["stream"] }
futures-util = "0.3.29"
indicatif = "0.17.7"
tokio = {version="1.33.0", features = ["rt-multi-thread", "macros"]}
tokio = {version="1.34.0", features = ["rt-multi-thread", "macros"]}

[target.'cfg(unix)'.dependencies]
openssl = { version = "0.10.58", default-features = false, features = ["vendored"] }
Expand Down

0 comments on commit 168e8bc

Please sign in to comment.