diff --git a/pdl-live-react/src-tauri/Cargo.lock b/pdl-live-react/src-tauri/Cargo.lock index 691a91727..1779e2668 100644 --- a/pdl-live-react/src-tauri/Cargo.lock +++ b/pdl-live-react/src-tauri/Cargo.lock @@ -4343,7 +4343,6 @@ dependencies = [ "num-traits", "num_enum", "once_cell", - "openssl", "page_size", "parking_lot", "paste", diff --git a/pdl-live-react/src-tauri/Cargo.toml b/pdl-live-react/src-tauri/Cargo.toml index e94a7f254..62534f2e5 100644 --- a/pdl-live-react/src-tauri/Cargo.toml +++ b/pdl-live-react/src-tauri/Cargo.toml @@ -42,7 +42,7 @@ async-recursion = "1.1.1" tokio-stream = "0.1.17" tokio = { version = "1.44.1", features = ["io-std"] } indexmap = { version = "2.9.0", features = ["serde"] } -rustpython-stdlib = { version = "0.4.0", features = ["openssl", "zlib"] } +rustpython-stdlib = { version = "0.4.0", features = ["zlib"] } [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies] tauri-plugin-cli = "2"