Skip to content

Commit

Permalink
Bump tokio from 1.14.0 to 1.15.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 21, 2021
1 parent ca049a2 commit 4e3858b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 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 @@ -17,7 +17,7 @@ embedded-ui = ["metrics"]

[dependencies]
milu = { path = "milu" }
tokio = { version = "1.14.0", features = ["full"] }
tokio = { version = "1.15.0", features = ["full"] }
tokio-rustls = { version="0.23.2", features = ["dangerous_configuration"] }
tokio-util = "0.6.9"
rustls-pemfile = "0.2.1"
Expand Down

0 comments on commit 4e3858b

Please sign in to comment.