Skip to content

Commit

Permalink
chore(deps): revert to old version of vite-embed
Browse files Browse the repository at this point in the history
and use lexible-hyper-server-tls alpha version until its stable version gets released: ravenclaw900/flexible-hyper-server-tls#3

Signed-off-by: MichaIng <micha@dietpi.com>
  • Loading branch information
ravenclaw900 authored and MichaIng committed Dec 19, 2023
1 parent 130c57e commit ad5b4e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit ad5b4e8

Please sign in to comment.