Skip to content

Commit cfad809

Browse files
committed
chore(deps): [#122] bump tokio from 1.13.1 to 1.28.0
1 parent 5be1b83 commit cfad809

File tree

2 files changed

+60
-19
lines changed

2 files changed

+60
-19
lines changed

Cargo.lock

Lines changed: 59 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ chrono = "0.4.19"
3333
jsonwebtoken = "8.1.1"
3434
sha-1 = "0.10.0"
3535
reqwest = { version = "0.11.4", features = [ "json", "multipart" ] }
36-
tokio = {version = "1.13", features = ["macros", "io-util", "net", "time", "rt-multi-thread", "fs", "sync", "signal"]}
36+
tokio = {version = "1.28", features = ["macros", "io-util", "net", "time", "rt-multi-thread", "fs", "sync", "signal"]}
3737
lettre = { version = "0.10", features = ["builder", "tokio1", "tokio1-rustls-tls", "tokio1-native-tls", "smtp-transport"]}
3838
sailfish = "0.6"
3939
regex = "1.8"

0 commit comments

Comments
 (0)