client: Port to Isahc 1.0

This commit is contained in:
Elias Projahn 2021-02-06 17:20:41 +01:00
parent b49272b8ac
commit 4a407474e2
3 changed files with 8 additions and 6 deletions

View file

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2018"
[dependencies]
isahc = "0.9.12"
isahc = "1.1.0"
musicus_database = { version = "0.1.0", path = "../musicus_database" }
serde = { version = "1.0.117", features = ["derive"] }
serde_json = "1.0.59"