Skip to content

Commit 033d806

Browse files
authored
Merge pull request #52 from torrust/dependabot/cargo/tokio-1.13.1
chore(deps): bump tokio from 1.10.1 to 1.13.1
2 parents f7edebb + 6e59208 commit 033d806

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ binascii = "0.1"
4646

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

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

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

0 commit comments

Comments
 (0)