0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 05:58:21 -05:00

fix reqwest error and bump to version 0.6.0

This commit is contained in:
neon_arch 2023-05-09 19:23:06 +03:00
parent 493bb08d2e
commit b5e7f813d7

View File

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
reqwest = {version="*",features=["json"]} reqwest = {version="0.11.17",features=["json"]}
tokio = {version="*",features=["full"]} tokio = {version="*",features=["full"]}
serde = {version="*",features=["derive"]} serde = {version="*",features=["derive"]}
handlebars = { version = "4.3.6", features = ["dir_source"] } handlebars = { version = "4.3.6", features = ["dir_source"] }