Add a more modern reqwest version, eliminate the old tokio version

This commit is contained in:
VC
2020-05-18 13:56:02 +02:00
parent fe9bd55c01
commit 99c5d38f12
3 changed files with 164 additions and 123 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "scootaloo"
version = "0.1.8"
version = "0.1.9"
authors = ["VC <veretcle+framagit@mateu.be>"]
edition = "2018"
@@ -11,8 +11,8 @@ serde = { version = "1.0", features = ["derive"] }
toml = "^0.5"
clap = "^2.33"
tokio = "^0.1"
egg-mode = "^0.13"
tokio = "^0.2"
egg-mode = "^0.14"
mammut = "^0.13"