pull/2174/head
FabianLars 8 months ago
parent 015b71b917
commit c7f81e22ae
No known key found for this signature in database

48
Cargo.lock generated

@ -6459,7 +6459,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-autostart"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"auto-launch",
"serde",
@ -6471,7 +6471,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-barcode-scanner"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"log",
"serde",
@ -6483,7 +6483,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-biometric"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"log",
"serde",
@ -6496,7 +6496,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-cli"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"clap",
"log",
@ -6509,7 +6509,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-clipboard-manager"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"arboard",
"log",
@ -6522,7 +6522,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-deep-link"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"dunce",
"rust-ini",
@ -6540,7 +6540,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-dialog"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"log",
"raw-window-handle",
@ -6579,7 +6579,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-geolocation"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"log",
"serde",
@ -6592,7 +6592,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-global-shortcut"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"global-hotkey",
"log",
@ -6605,7 +6605,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-haptics"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"log",
"serde",
@ -6618,7 +6618,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-http"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"data-url",
"http",
@ -6652,7 +6652,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-log"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"android_logger",
"byte-unit",
@ -6672,7 +6672,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-nfc"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"log",
"serde",
@ -6685,7 +6685,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-notification"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"color-backtrace",
"ctor",
@ -6707,7 +6707,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-opener"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"dunce",
"glob",
@ -6727,7 +6727,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-os"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"gethostname 0.5.0",
"log",
@ -6770,7 +6770,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-process"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"tauri",
"tauri-plugin",
@ -6778,7 +6778,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-shell"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"encoding_rs",
"log",
@ -6797,7 +6797,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-single-instance"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"semver",
"serde",
@ -6812,7 +6812,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-sql"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"futures-core",
"indexmap 2.7.0",
@ -6843,7 +6843,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-stronghold"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"hex",
"iota-crypto",
@ -6892,7 +6892,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-upload"
version = "2.2.1"
version = "2.2.0"
dependencies = [
"futures-util",
"log",
@ -6910,7 +6910,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-websocket"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"futures-util",
"http",
@ -6927,7 +6927,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-window-state"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"bitflags 2.6.0",
"log",

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-autostart"
version = "2.1.0"
version = "2.2.0"
description = "Automatically launch your application at startup."
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-autostart",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT OR Apache-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-barcode-scanner"
version = "2.1.0"
version = "2.2.0"
description = "Scan QR codes, EAN-13 and other kinds of barcodes on Android and iOS"
edition = { workspace = true }
authors = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-barcode-scanner",
"version": "2.1.0",
"version": "2.2.0",
"description": "Scan QR codes, EAN-13 and other kinds of barcodes on Android and iOS",
"license": "MIT OR Apache-2.0",
"authors": [

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-biometric"
version = "2.1.0"
version = "2.2.0"
description = "Prompt the user for biometric authentication on Android and iOS."
edition = { workspace = true }
authors = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-biometric",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT OR Apache-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-cli"
version = "2.1.0"
version = "2.2.0"
description = "Parse arguments from your Tauri application's command line interface."
edition = { workspace = true }
authors = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-cli",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT OR Apache-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-clipboard-manager"
version = "2.1.0"
version = "2.2.0"
description = "Read and write to the system clipboard."
edition = { workspace = true }
authors = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-clipboard-manager",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT OR Apache-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-deep-link"
version = "2.1.0"
version = "2.2.0"
description = "Set your Tauri application as the default handler for an URL"
authors = { workspace = true }
license = { workspace = true }

@ -1,7 +1,7 @@
{
"name": "deep-link-example",
"private": true,
"version": "2.0.2",
"version": "2.2.0",
"type": "module",
"scripts": {
"dev": "vite",

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-deep-link",
"version": "2.1.0",
"version": "2.2.0",
"description": "Set your Tauri application as the default handler for an URL",
"license": "MIT OR Apache-2.0",
"authors": [

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-dialog"
version = "2.1.0"
version = "2.2.0"
description = "Native system dialogs for opening and saving files along with message dialogs on your Tauri application."
edition = { workspace = true }
authors = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-dialog",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT OR Apache-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-fs",
"version": "2.1.0",
"version": "2.2.0",
"description": "Access the file system.",
"license": "MIT OR Apache-2.0",
"authors": [

@ -1,7 +1,7 @@
[package]
name = "tauri-plugin-geolocation"
description = "Get and track the device's current position"
version = "2.1.0"
version = "2.2.0"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-geolocation",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT OR Apache-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-global-shortcut"
version = "2.1.0"
version = "2.2.0"
description = "Register global hotkeys listeners on your Tauri application."
edition = { workspace = true }
authors = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-global-shortcut",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT OR Apache-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -1,7 +1,7 @@
[package]
name = "tauri-plugin-haptics"
description = "Haptic feedback and vibrations on Android and iOS"
version = "2.1.0"
version = "2.2.0"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-haptics",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT OR Apache-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-http"
version = "2.1.0"
version = "2.2.0"
description = "Access an HTTP client written in Rust."
edition = { workspace = true }
authors = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-http",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT OR Apache-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-log"
version = "2.1.0"
version = "2.2.0"
description = "Configurable logging for your Tauri app."
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-log",
"version": "2.1.0",
"version": "2.2.0",
"description": "Configurable logging for your Tauri app.",
"license": "MIT OR Apache-2.0",
"authors": [

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-nfc"
version = "2.1.0"
version = "2.2.0"
description = "Read and write NFC tags on Android and iOS."
edition = { workspace = true }
authors = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-nfc",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT OR Apache-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-notification"
version = "2.1.0"
version = "2.2.0"
description = "Send desktop and mobile notifications on your Tauri application."
edition = { workspace = true }
authors = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-notification",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT OR Apache-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-opener"
version = "2.1.0"
version = "2.2.0"
description = "Open files and URLs using their default application."
edition = { workspace = true }
authors = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-opener",
"version": "2.1.0",
"version": "2.2.0",
"description": "Open files and URLs using their default application.",
"license": "MIT OR Apache-2.0",
"authors": [

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-os"
version = "2.1.0"
version = "2.2.0"
description = "Read information about the operating system."
edition = { workspace = true }
authors = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-os",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT OR Apache-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-process"
version = "2.1.0"
version = "2.2.0"
description = "Access the current process of your Tauri application."
edition = { workspace = true }
authors = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-process",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT OR Apache-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-shell"
version = "2.1.0"
version = "2.2.0"
description = "Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application."
edition = { workspace = true }
authors = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-shell",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT OR Apache-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-single-instance"
version = "2.1.0"
version = "2.2.0"
description = "Ensure a single instance of your tauri app is running."
authors = { workspace = true }
license = { workspace = true }
@ -26,7 +26,7 @@ serde_json = { workspace = true }
tauri = { workspace = true }
tracing = { workspace = true }
thiserror = { workspace = true }
tauri-plugin-deep-link = { path = "../deep-link", version = "2.1.0", optional = true }
tauri-plugin-deep-link = { path = "../deep-link", version = "2.2.0", optional = true }
semver = { version = "1", optional = true }
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-sql"
version = "2.1.0"
version = "2.2.0"
description = "Interface with SQL databases."
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-sql",
"version": "2.1.0",
"version": "2.2.0",
"description": "Interface with SQL databases",
"license": "MIT OR Apache-2.0",
"authors": [

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-stronghold"
version = "2.1.0"
version = "2.2.0"
description = "Store secrets and keys using the IOTA Stronghold secret management engine."
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-stronghold",
"version": "2.1.0",
"version": "2.2.0",
"description": "Store secrets and keys using the IOTA Stronghold encrypted database.",
"license": "MIT OR Apache-2.0",
"authors": [

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-updater",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT OR Apache-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-upload"
version = "2.2.1"
version = "2.2.0"
description = "Upload files from disk to a remote server over HTTP."
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-upload",
"version": "2.2.1",
"version": "2.2.0",
"description": "Upload files from disk to a remote server over HTTP.",
"license": "MIT OR Apache-2.0",
"authors": [

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-websocket"
version = "2.1.0"
version = "2.2.0"
description = "Expose a WebSocket server to your Tauri frontend."
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-websocket",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT OR Apache-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-window-state"
version = "2.1.0"
version = "2.2.0"
description = "Save window positions and sizes and restore them when the app is reopened."
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-window-state",
"version": "2.1.0",
"version": "2.2.0",
"description": "Save window positions and sizes and restore them when the app is reopened.",
"license": "MIT OR Apache-2.0",
"authors": [

Loading…
Cancel
Save