Skip to content

Commit

Permalink
chore(deps) Update Tauri Core
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent ae75004 commit 10fbb62
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions core/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ serde = { version = "1.0", features = [ "derive" ] }
tokio = { version = "1", features = [ "rt", "rt-multi-thread", "sync", "fs", "io-util" ] }
futures-util = "0.3"
uuid = { version = "1", features = [ "v4" ] }
url = { version = "2.3" }
url = { version = "2.4" }
anyhow = "1.0"
thiserror = "1.0"
once_cell = "1"
Expand All @@ -57,73 +57,73 @@ tauri-runtime-wry = { version = "0.14.1", path = "../tauri-runtime-wry", optiona
rand = "0.8"
semver = { version = "1.0", features = [ "serde" ] }
serde_repr = "0.1"
state = "0.5"
tar = "0.4.38"
state = "0.6"
tar = "0.4.40"
tempfile = "3"
zip = { version = "0.6", default-features = false, optional = true }
ignore = "0.4"
flate2 = "1.0"
http = "0.2"
dirs-next = "2.0"
percent-encoding = "2.2"
percent-encoding = "2.3"
base64 = { version = "0.21", optional = true }
clap = { version = "3", optional = true }
reqwest = { version = "0.11", features = [ "json", "stream" ], optional = true }
bytes = { version = "1", features = [ "serde" ], optional = true }
open = { version = "3.2", optional = true }
shared_child = { version = "1.0", optional = true }
os_pipe = { version = "1.0", optional = true }
raw-window-handle = "0.5"
os_pipe = { version = "1.1", optional = true }
raw-window-handle = "0.6"
minisign-verify = { version = "0.2", optional = true }
time = { version = "0.3", features = [ "parsing", "formatting" ], optional = true }
os_info = { version = "3", optional = true }
regex = { version = "1", optional = true }
glob = "0.3"
data-url = { version = "0.2", optional = true }
data-url = { version = "0.3", optional = true }
serialize-to-javascript = "=0.1.1"
infer = { version = "0.9", optional = true }
infer = { version = "0.15", optional = true }
png = { version = "0.17", optional = true }
ico = { version = "0.2.0", optional = true }
encoding_rs = "0.8.31"
sys-locale = { version = "0.2.3", optional = true }
ico = { version = "0.3.0", optional = true }
encoding_rs = "0.8.33"
sys-locale = { version = "0.3.1", optional = true }

[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
rfd = { version = "0.10", optional = true, features = [ "gtk3", "common-controls-v6" ] }
notify-rust = { version = "4.5", optional = true }
rfd = { version = "0.12", optional = true, features = [ "gtk3", "common-controls-v6" ] }
notify-rust = { version = "4.9", optional = true }

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
gtk = { version = "0.15", features = [ "v3_20" ] }
glib = "0.15"
webkit2gtk = { version = "0.18.2", features = [ "v2_22" ] }
gtk = { version = "0.18", features = [ "v3_20" ] }
glib = "0.18"
webkit2gtk = { version = "0.19.2", features = [ "v2_22" ] }

[target."cfg(target_os = \"macos\")".dependencies]
embed_plist = "1.2"
cocoa = "0.24"
cocoa = "0.25"
objc = "0.2"

[target."cfg(windows)".dependencies]
webview2-com = "0.19.1"
webview2-com = "0.27.0"
win7-notifications = { version = "0.4", optional = true }

[target."cfg(windows)".dependencies.windows]
version = "0.39.0"
version = "0.51.1"
features = [ "Win32_Foundation" ]

[build-dependencies]
heck = "0.4"
once_cell = "1"

[dev-dependencies]
mockito = "0.31"
proptest = "1.0.0"
mockito = "0.32"
proptest = "1.3.1"
quickcheck = "1.0.3"
quickcheck_macros = "1.0.0"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
tauri = { path = ".", default-features = false, features = [ "wry" ] }
tokio-test = "0.4.2"
tokio-test = "0.4.3"
tokio = { version = "1", features = [ "full" ] }
cargo_toml = "0.11"
cargo_toml = "0.16"

[features]
default = [ "wry", "compression", "objc-exception" ]
Expand Down

0 comments on commit 10fbb62

Please sign in to comment.