Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 54 additions & 10 deletions standalone/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 30 additions & 2 deletions website/src/data/dependencies-cargo.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@
},
{
"name": "tauri-plugin-shell",
"version": "2.3.5",
"version": "2.3.6",
"license": "MIT OR Apache-2.0",
"author": "Tauri Programme within The Commons Conservancy",
"homepage": "https://github.com/tauri-apps/plugins-workspace",
"declaredName": "tauri-plugin-shell"
},
{
"name": "tauri-plugin-updater",
"version": "2.10.1",
"version": "2.11.0",
"license": "MIT OR Apache-2.0",
"author": "Tauri Programme within The Commons Conservancy",
"homepage": "https://github.com/tauri-apps/plugins-workspace",
Expand Down Expand Up @@ -400,6 +400,13 @@
"author": "The Servo Project Developers",
"homepage": "https://github.com/servo/core-foundation-rs"
},
{
"name": "core-foundation",
"version": "0.9.4",
"license": "MIT OR Apache-2.0",
"author": "The Servo Project Developers",
"homepage": "https://github.com/servo/core-foundation-rs"
},
{
"name": "core-foundation-sys",
"version": "0.8.7",
Expand Down Expand Up @@ -2304,6 +2311,20 @@
"author": "Nika Layzell <nika@thelayzells.com>",
"homepage": "https://github.com/mystor/synstructure"
},
{
"name": "system-configuration",
"version": "0.7.0",
"license": "MIT OR Apache-2.0",
"author": "Mullvad VPN",
"homepage": "https://github.com/mullvad/system-configuration-rs"
},
{
"name": "system-configuration-sys",
"version": "0.6.0",
"license": "MIT OR Apache-2.0",
"author": "Mullvad VPN",
"homepage": "https://github.com/mullvad/system-configuration-rs"
},
{
"name": "system-deps",
"version": "6.2.2",
Expand Down Expand Up @@ -3179,6 +3200,13 @@
"author": null,
"homepage": "https://github.com/microsoft/windows-rs"
},
{
"name": "windows-registry",
"version": "0.6.1",
"license": "MIT OR Apache-2.0",
"author": null,
"homepage": "https://github.com/microsoft/windows-rs"
},
{
"name": "windows-result",
"version": "0.3.4",
Expand Down
Loading