Skip to content

Commit e47562f

Browse files
authored
chore(deps): update unmaintained dependency from kuchiki to kuchikiki (tauri-apps#993)
closes tauri-apps#898
1 parent c1f6c85 commit e47562f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changes/kuchiki.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wry": "patch"
3+
---
4+
5+
Update the unmaintained `kuchiki` crate to the maintained `kuchikiki` crate.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ objc_id = "0.1"
8989

9090
[target."cfg(target_os = \"android\")".dependencies]
9191
crossbeam-channel = "0.5"
92-
kuchiki = "0.8"
93-
html5ever = "0.25"
92+
html5ever = "0.26"
93+
kuchiki = { package = "kuchikiki", version = "0.8" }
9494
sha2 = "0.10"
9595
base64 = "0.21"

0 commit comments

Comments
 (0)