From ad40d650702219ee203acfd2088450fafa3ea8b9 Mon Sep 17 00:00:00 2001 From: elilchen Date: Thu, 16 Feb 2023 13:39:08 +0800 Subject: issues #192 add MicrosoftEdgeWebview2Setup and fix the "VCRUNTIME140.dll Is Missing" error on windows server 2022 --- Cargo.lock | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 11e2650..8920252 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -816,6 +816,7 @@ dependencies = [ "serde_json", "sodiumoxide", "sqlx", + "static_vcruntime", "tokio-tungstenite", "tower-http", "tungstenite", @@ -2092,6 +2093,12 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" +[[package]] +name = "static_vcruntime" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "954e3e877803def9dc46075bf4060147c55cd70db97873077232eae0269dc89b" + [[package]] name = "stringprep" version = "0.1.2" -- cgit v1.2.3