From 318be6ef7ea563f78e9431ea7e7d841838ddb27e Mon Sep 17 00:00:00 2001 From: neon_arch Date: Tue, 9 May 2023 19:25:55 +0300 Subject: [PATCH] fix cargo version lock issue and bump to version 0.6.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7eb3e31..85310e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3319,7 +3319,7 @@ dependencies = [ [[package]] name = "websurfx" -version = "0.1.0" +version = "0.6.0" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 789b995..ce99ca3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }