瀏覽代碼

chore(deps) Update Tauri Core (#5154)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 2 年之前
父節點
當前提交
1d55a5fe1f
共有 1 個文件被更改,包括 10 次插入10 次删除
  1. 10 10
      core/tauri/Cargo.toml

+ 10 - 10
core/tauri/Cargo.toml

@@ -47,13 +47,13 @@ normal = [ "attohttpc", "reqwest" ]
 [dependencies]
 serde_json = { version = "1.0", features = [ "raw_value" ] }
 serde = { version = "1.0", features = [ "derive" ] }
-tokio = { version = "1.19", features = [ "rt", "rt-multi-thread", "sync", "fs", "io-util" ] }
+tokio = { version = "1.21", features = [ "rt", "rt-multi-thread", "sync", "fs", "io-util" ] }
 futures = "0.3"
 uuid = { version = "1", features = [ "v4" ] }
-url = { version = "2.2" }
+url = { version = "2.3" }
 anyhow = "1.0"
 thiserror = "1.0"
-once_cell = "1.12"
+once_cell = "1.14"
 tauri-runtime = { version = "0.10.2", path = "../tauri-runtime" }
 tauri-macros = { version = "1.0.4", path = "../tauri-macros" }
 tauri-utils = { version = "1.0.3", features = [ "resources" ], path = "../tauri-utils" }
@@ -74,20 +74,20 @@ base64 = { version = "0.13", optional = true }
 clap = { version = "3", optional = true }
 reqwest = { version = "0.11", features = [ "json", "stream" ], optional = true }
 bytes = { version = "1", features = [ "serde" ], optional = true }
-attohttpc = { version = "0.20", features = [ "compress", "json", "form" ], optional = true }
+attohttpc = { version = "0.22", features = [ "compress", "json", "form" ], optional = true }
 open = { version = "3.0", optional = true }
 shared_child = { version = "1.0", optional = true }
 os_pipe = { version = "1.0", optional = true }
 raw-window-handle = "0.5"
 minisign-verify = { version = "0.2", optional = true }
 time = { version = "0.3", features = [ "parsing", "formatting" ], optional = true }
-os_info = { version = "3.4.0", optional = true }
+os_info = { version = "3.5.0", optional = true }
 futures-lite = "1.12"
-regex = { version = "1.5.6", optional = true }
+regex = { version = "1.6.0", optional = true }
 glob = "0.3"
 data-url = { version = "0.1", optional = true }
 serialize-to-javascript = "=0.1.1"
-infer = { version = "0.8", optional = true }
+infer = { version = "0.9", optional = true }
 png = { version = "0.17", optional = true }
 ico = { version = "0.1", optional = true }
 encoding_rs = "0.8.31"
@@ -108,7 +108,7 @@ objc = "0.2"
 
 [target."cfg(windows)".dependencies]
 webview2-com = "0.19.1"
-win7-notifications = { version = "0.3.0", optional = true }
+win7-notifications = { version = "0.3.1", optional = true }
 
 [target."cfg(windows)".dependencies.windows]
 version = "0.39.0"
@@ -116,7 +116,7 @@ features = [ "Win32_Foundation" ]
 
 [build-dependencies]
 heck = "0.4"
-once_cell = "1.12"
+once_cell = "1.14"
 
 [dev-dependencies]
 mockito = "0.31"
@@ -127,7 +127,7 @@ serde = { version = "1.0", features = [ "derive" ] }
 serde_json = "1.0"
 tauri = { path = ".", default-features = false, features = [ "wry" ] }
 tokio-test = "0.4.2"
-tokio = { version = "1.19", features = [ "full" ] }
+tokio = { version = "1.21", features = [ "full" ] }
 cargo_toml = "0.11"
 
 [features]