Ver Fonte

chore(examples): update window-vibrancy and window-shadows

Lucas Nogueira há 3 anos atrás
pai
commit
75d3d677ae
2 ficheiros alterados com 13 adições e 22 exclusões
  1. 11 20
      examples/api/src-tauri/Cargo.lock
  2. 2 2
      examples/api/src-tauri/Cargo.toml

+ 11 - 20
examples/api/src-tauri/Cargo.lock

@@ -2463,15 +2463,6 @@ dependencies = [
  "rand_core 0.5.1",
 ]
 
-[[package]]
-name = "raw-window-handle"
-version = "0.4.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41"
-dependencies = [
- "cty",
-]
-
 [[package]]
 name = "raw-window-handle"
 version = "0.5.0"
@@ -2592,7 +2583,7 @@ dependencies = [
  "objc",
  "objc-foundation",
  "objc_id",
- "raw-window-handle 0.5.0",
+ "raw-window-handle",
  "wasm-bindgen",
  "wasm-bindgen-futures",
  "web-sys",
@@ -3082,7 +3073,7 @@ dependencies = [
  "parking_lot",
  "paste",
  "png 0.17.5",
- "raw-window-handle 0.5.0",
+ "raw-window-handle",
  "scopeguard",
  "serde",
  "unicode-segmentation",
@@ -3137,7 +3128,7 @@ dependencies = [
  "percent-encoding",
  "png 0.17.5",
  "rand 0.8.5",
- "raw-window-handle 0.5.0",
+ "raw-window-handle",
  "regex",
  "reqwest",
  "rfd",
@@ -3225,7 +3216,7 @@ dependencies = [
  "http",
  "http-range",
  "infer 0.7.0",
- "raw-window-handle 0.5.0",
+ "raw-window-handle",
  "serde",
  "serde_json",
  "tauri-utils",
@@ -3243,7 +3234,7 @@ dependencies = [
  "gtk",
  "percent-encoding",
  "rand 0.8.5",
- "raw-window-handle 0.5.0",
+ "raw-window-handle",
  "tauri-runtime",
  "tauri-utils",
  "uuid 1.1.2",
@@ -3906,25 +3897,25 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
 
 [[package]]
 name = "window-shadows"
-version = "0.1.3"
+version = "0.2.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "796156ad1a67853e927727809bb6138ddc1f19ebced0dc976c0d109d5e2576f7"
+checksum = "6c69eb48aac2da0199ea148c6f2c2610db8a0572b32a3dc857dec40ca22f1cec"
 dependencies = [
  "cocoa",
  "objc",
- "raw-window-handle 0.4.3",
+ "raw-window-handle",
  "windows-sys",
 ]
 
 [[package]]
 name = "window-vibrancy"
-version = "0.1.3"
+version = "0.2.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0b66a7f578d164c3f53425ecb73241246ed56a7c3383a15e741684c949a88c86"
+checksum = "fe43438c9c09f934c647db9a396fc17b047b011bc7a006f0d0712f7cdf516ffa"
 dependencies = [
  "cocoa",
  "objc",
- "raw-window-handle 0.4.3",
+ "raw-window-handle",
  "windows-sys",
 ]
 

+ 2 - 2
examples/api/src-tauri/Cargo.toml

@@ -32,8 +32,8 @@ features = [
 ]
 
 [target."cfg(target_os = \"windows\")".dependencies]
-window-vibrancy = "0.1"
-window-shadows= "0.1"
+window-vibrancy = "0.2"
+window-shadows= "0.2"
 
 [features]
 default = [ "custom-protocol" ]