1 diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
2 index 55f480a8..a69f9ed9 100644
3 --- a/src-tauri/Cargo.lock
4 +++ b/src-tauri/Cargo.lock
5 @@ -1839,6 +1839,22 @@ dependencies = [
12 +source = "registry+https://github.com/rust-lang/crates.io-index"
13 +checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
28 @@ -2302,6 +2318,23 @@ dependencies = [
35 +source = "registry+https://github.com/rust-lang/crates.io-index"
36 +checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
44 + "security-framework",
45 + "security-framework-sys",
52 @@ -2511,6 +2544,12 @@ dependencies = [
57 +name = "openssl-probe"
59 +source = "registry+https://github.com/rust-lang/crates.io-index"
60 +checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
64 version = "300.2.3+3.2.1"
65 @@ -3416,6 +3455,15 @@ dependencies = [
72 +source = "registry+https://github.com/rust-lang/crates.io-index"
73 +checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
75 + "windows-sys 0.52.0",
81 @@ -3460,6 +3508,29 @@ version = "4.1.0"
82 source = "registry+https://github.com/rust-lang/crates.io-index"
83 checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
86 +name = "security-framework"
88 +source = "registry+https://github.com/rust-lang/crates.io-index"
89 +checksum = "770452e37cad93e0a50d5abc3990d2bc351c36d0328f86cefec2f2fb206eaef6"
93 + "core-foundation-sys",
95 + "security-framework-sys",
99 +name = "security-framework-sys"
101 +source = "registry+https://github.com/rust-lang/crates.io-index"
102 +checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
104 + "core-foundation-sys",
111 @@ -3847,6 +3918,7 @@ name = "surrealist"
119 @@ -4563,6 +4635,16 @@ dependencies = [
120 "windows-sys 0.48.0",
124 +name = "tokio-native-tls"
126 +source = "registry+https://github.com/rust-lang/crates.io-index"
127 +checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
134 name = "tokio-rustls"
136 diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
137 index 3e3ab7ee..b6612f95 100644
138 --- a/src-tauri/Cargo.toml
139 +++ b/src-tauri/Cargo.toml
140 @@ -28,6 +28,8 @@ time = { version = "0.3", default-features = false}
146 [target.'cfg(target_os = "linux")'.dependencies]
147 openssl = { version = "0.10.64", features = ["vendored"] }