0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

fix cargo version lock issue and bump to version 0.6.0

This commit is contained in:
neon_arch 2023-05-09 19:25:55 +03:00
parent b5e7f813d7
commit 318be6ef7e
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3319,7 +3319,7 @@ dependencies = [
[[package]]
name = "websurfx"
version = "0.1.0"
version = "0.6.0"
dependencies = [
"actix-files",
"actix-web",

View File

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