aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authorelilchen <[email protected]>2023-02-16 13:39:08 +0800
committerelilchen <[email protected]>2023-02-16 13:39:08 +0800
commitad40d650702219ee203acfd2088450fafa3ea8b9 (patch)
treed33165c37ead6cb29d2d8dd143d2e0f2a7fc48bd /Cargo.lock
parent7c3be2d9fb7505969c783f8593e9924067f015ea (diff)
downloadrustdesk-server-ad40d650702219ee203acfd2088450fafa3ea8b9.tar.gz
rustdesk-server-ad40d650702219ee203acfd2088450fafa3ea8b9.zip
issues #192 add MicrosoftEdgeWebview2Setup and fix the "VCRUNTIME140.dll Is Missing" error on windows server 2022
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
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",
@@ -2093,6 +2094,12 @@ 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"
source = "registry+https://github.com/rust-lang/crates.io-index"