diff options
author | elilchen <[email protected]> | 2023-02-16 13:39:08 +0800 |
---|---|---|
committer | elilchen <[email protected]> | 2023-02-16 13:39:08 +0800 |
commit | ad40d650702219ee203acfd2088450fafa3ea8b9 (patch) | |
tree | d33165c37ead6cb29d2d8dd143d2e0f2a7fc48bd /Cargo.lock | |
parent | 7c3be2d9fb7505969c783f8593e9924067f015ea (diff) | |
download | rustdesk-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.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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" |