Skip to content

Commit 6e59208

Browse files
chore(deps): bump tokio from 1.10.1 to 1.13.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.10.1 to 1.13.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.10.1...tokio-1.13.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d06d930 commit 6e59208

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)