Update dependencies.

This commit is contained in:
2020-09-09 15:52:09 +02:00
parent 274195a53d
commit 4bc2c08f66
3 changed files with 364 additions and 499 deletions

View File

@@ -5,5 +5,6 @@ authors = ["Anders Olsson <anders.e.olsson@gmail.com>"]
edition = "2018"
[dependencies]
shiplift = "0.6"
tokio = "0.1"
futures = "0.3"
shiplift = { git = "https://github.com/softprops/shiplift.git", rev = "49afd94f8d084ac028920c1785b2ddb05c13bef3" }
tokio = { version = "0.2", features = ["macros"] }