Skip to content

Commit 0563fe3

Browse files
chore(deps) Update Tauri Core (tauri-apps#5186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 18b17a9 commit 0563fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ignore = "0.4"
6464
flate2 = "1.0"
6565
http = "0.2"
6666
dirs-next = "2.0"
67-
percent-encoding = "2.1"
67+
percent-encoding = "2.2"
6868
base64 = { version = "0.13", optional = true }
6969
clap = { version = "3", optional = true }
7070
reqwest = { version = "0.11", features = [ "json", "stream" ], optional = true }
@@ -79,7 +79,7 @@ time = { version = "0.3", features = [ "parsing", "formatting" ], optional = tru
7979
os_info = { version = "3.5.0", optional = true }
8080
regex = { version = "1.6.0", optional = true }
8181
glob = "0.3"
82-
data-url = { version = "0.1", optional = true }
82+
data-url = { version = "0.2", optional = true }
8383
serialize-to-javascript = "=0.1.1"
8484
infer = { version = "0.9", optional = true }
8585
png = { version = "0.17", optional = true }

0 commit comments

Comments
 (0)