diff --git a/standalone/src-tauri/Cargo.lock b/standalone/src-tauri/Cargo.lock index 9e5b7143b..ab393d647 100644 --- a/standalone/src-tauri/Cargo.lock +++ b/standalone/src-tauri/Cargo.lock @@ -362,6 +362,16 @@ dependencies = [ "version_check", ] +[[package]] +name = "core-foundation" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" +dependencies = [ + "core-foundation-sys", + "libc", +] + [[package]] name = "core-foundation" version = "0.10.1" @@ -385,7 +395,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "064badf302c3194842cf2c5d61f56cc88e54a759313879cdf03abdd27d0c3b97" dependencies = [ "bitflags 2.11.1", - "core-foundation", + "core-foundation 0.10.1", "core-graphics-types", "foreign-types", "libc", @@ -398,7 +408,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" dependencies = [ "bitflags 2.11.1", - "core-foundation", + "core-foundation 0.10.1", "libc", ] @@ -1382,9 +1392,11 @@ dependencies = [ "percent-encoding", "pin-project-lite", "socket2", + "system-configuration", "tokio", "tower-service", "tracing", + "windows-registry", ] [[package]] @@ -2727,7 +2739,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0" dependencies = [ - "core-foundation", + "core-foundation 0.10.1", "core-foundation-sys", "jni 0.22.4", "log", @@ -2847,7 +2859,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" dependencies = [ "bitflags 2.11.1", - "core-foundation", + "core-foundation 0.10.1", "core-foundation-sys", "libc", "security-framework-sys", @@ -3312,6 +3324,27 @@ dependencies = [ "syn 2.0.117", ] +[[package]] +name = "system-configuration" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" +dependencies = [ + "bitflags 2.11.1", + "core-foundation 0.9.4", + "system-configuration-sys", +] + +[[package]] +name = "system-configuration-sys" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" +dependencies = [ + "core-foundation-sys", + "libc", +] + [[package]] name = "system-deps" version = "6.2.2" @@ -3333,7 +3366,7 @@ checksum = "a33f7f9e486ade65fcf1e45c440f9236c904f5c1002cdc7fc6ae582777345ce4" dependencies = [ "bitflags 2.11.1", "block2", - "core-foundation", + "core-foundation 0.10.1", "core-graphics", "crossbeam-channel", "dbus", @@ -3524,9 +3557,9 @@ dependencies = [ [[package]] name = "tauri-plugin-shell" -version = "2.3.5" +version = "2.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8457dbf9e2bab1edd8df22bb2c20857a59a9868e79cb3eac5ed639eec4d0c73b" +checksum = "8548af174c5516e4f71f142acea4d02e00316296ea9aafa58798851481003e3c" dependencies = [ "encoding_rs", "log", @@ -3545,9 +3578,9 @@ dependencies = [ [[package]] name = "tauri-plugin-updater" -version = "2.10.1" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "806d9dac662c2e4594ff03c647a552f2c9bd544e7d0f683ec58f872f952ce4af" +checksum = "b28d8cabdeb0564f03ae261963de4bc3d98321cd3d213e76a81b7d344e5df606" dependencies = [ "base64 0.22.1", "dirs", @@ -3683,7 +3716,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.3.4", + "getrandom 0.4.3", "once_cell", "rustix", "windows-sys 0.61.2", @@ -4612,6 +4645,17 @@ dependencies = [ "windows-link 0.2.1", ] +[[package]] +name = "windows-registry" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" +dependencies = [ + "windows-link 0.2.1", + "windows-result 0.4.1", + "windows-strings 0.5.1", +] + [[package]] name = "windows-result" version = "0.3.4" diff --git a/website/src/data/dependencies-cargo.json b/website/src/data/dependencies-cargo.json index d51162e4b..a4540390e 100644 --- a/website/src/data/dependencies-cargo.json +++ b/website/src/data/dependencies-cargo.json @@ -82,7 +82,7 @@ }, { "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", @@ -90,7 +90,7 @@ }, { "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", @@ -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", @@ -2304,6 +2311,20 @@ "author": "Nika Layzell ", "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", @@ -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",