mirror of
https://framagit.org/veretcle/scootaloo.git
synced 2025-07-20 17:11:19 +02:00
Add a more modern reqwest version, eliminate the old tokio version
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user