From 71314b0c79747b9fb9e99d20bc432ba3029a56b4 Mon Sep 17 00:00:00 2001 From: ravenclaw900 <50060110+ravenclaw900@users.noreply.github.com> Date: Sun, 15 Oct 2023 10:44:24 -0500 Subject: [PATCH] chore(deps): revert to old version of vite-embed and use lexible-hyper-server-tls alpha version until its stable version gets released: https://github.com/ravenclaw900/flexible-hyper-server-tls/pull/3 Signed-off-by: MichaIng --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 44f63ec1..3034d41e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,9 +32,9 @@ hyper = { version = "0.14.28", features = ["server", "http1"] } tokio-tungstenite = "0.21.0" getrandom = "0.2.11" hex = "0.4.3" -vite-embed = { git = "https://github.com/ravenclaw900/vite-embed", version = "0.1.0", features = ["prod"], optional = true } +vite-embed = { git = "https://github.com/ravenclaw900/vite-embed", version = "0.1.0", rev = "f19d765", features = ["prod"], optional = true } mime_guess = { version = "2.0.4", default-features = false } -flexible-hyper-server-tls = "0.1.1" +flexible-hyper-server-tls = "0.1.2-alpha.1" futures-util = { version = "0.3.29", default-features = false } [features]