Skip to content

Commit

Permalink
Merge pull request #52 from torrust/dependabot/cargo/tokio-1.13.1
Browse files Browse the repository at this point in the history
chore(deps): bump tokio from 1.10.1 to 1.13.1
  • Loading branch information
mickvandijke authored Aug 12, 2022
2 parents f7edebb + 6e59208 commit 033d806
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 @@ -46,7 +46,7 @@ binascii = "0.1"

reqwest = { version = "0.11.4", features = [ "json" ] }

tokio = {version = "1.7", features = ["macros", "io-util", "net", "time", "rt-multi-thread", "fs", "sync", "signal"]}
tokio = {version = "1.13", features = ["macros", "io-util", "net", "time", "rt-multi-thread", "fs", "sync", "signal"]}

lettre = { version = "0.10.0-rc.3", features = ["builder", "tokio1", "tokio1-rustls-tls", "smtp-transport"]}
sailfish = "0.3.3"

0 comments on commit 033d806

Please sign in to comment.