Bläddra i källkod

chore(deps): update wry to 0.15

Lucas Nogueira 3 år sedan
förälder
incheckning
aa111c8c3e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      core/tauri-runtime-wry/Cargo.toml

+ 1 - 1
core/tauri-runtime-wry/Cargo.toml

@@ -13,7 +13,7 @@ exclude = [ ".license_template", "CHANGELOG.md", "/target" ]
 readme = "README.md"
 
 [dependencies]
-wry = { version = "0.14", default-features = false, features = [ "file-drop", "protocol" ] }
+wry = { version = "0.15", default-features = false, features = [ "file-drop", "protocol" ] }
 tauri-runtime = { version = "0.3.4", path = "../tauri-runtime" }
 tauri-utils = { version = "1.0.0-rc.4", path = "../tauri-utils" }
 uuid = { version = "0.8.2", features = [ "v4" ] }