Skip to content

Commit

Permalink
chore(deps): [torrust#122] bump tokio from 1.13.1 to 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Apr 28, 2023
1 parent 5be1b83 commit cfad809
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 19 deletions.
77 changes: 59 additions & 18 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 @@ -33,7 +33,7 @@ chrono = "0.4.19"
jsonwebtoken = "8.1.1"
sha-1 = "0.10.0"
reqwest = { version = "0.11.4", features = [ "json", "multipart" ] }
tokio = {version = "1.13", features = ["macros", "io-util", "net", "time", "rt-multi-thread", "fs", "sync", "signal"]}
tokio = {version = "1.28", features = ["macros", "io-util", "net", "time", "rt-multi-thread", "fs", "sync", "signal"]}
lettre = { version = "0.10", features = ["builder", "tokio1", "tokio1-rustls-tls", "tokio1-native-tls", "smtp-transport"]}
sailfish = "0.6"
regex = "1.8"
Expand Down

0 comments on commit cfad809

Please sign in to comment.