Update reqwest
in pokedex
example
This commit is contained in:
parent
d817fe8e14
commit
29219500b7
@ -7,12 +7,16 @@ publish = false
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
iced = { path = "../..", features = ["image", "debug", "tokio"] }
|
iced = { path = "../..", features = ["image", "debug", "tokio"] }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
rand = { version = "0.7", features = ["wasm-bindgen"] }
|
|
||||||
|
[dependencies.serde]
|
||||||
|
version = "1.0"
|
||||||
|
features = ["derive"]
|
||||||
|
|
||||||
[dependencies.reqwest]
|
[dependencies.reqwest]
|
||||||
version = "0.10"
|
version = "0.10.2"
|
||||||
git = "https://github.com/hecrj/reqwest.git"
|
|
||||||
branch = "feature/wasm-deserialize-json"
|
|
||||||
features = ["json"]
|
features = ["json"]
|
||||||
|
|
||||||
|
[dependencies.rand]
|
||||||
|
version = "0.7"
|
||||||
|
features = ["wasm-bindgen"]
|
||||||
|
Loading…
Reference in New Issue
Block a user