Skip to content

Commit

Permalink
chore(deps): update unmaintained dependency from kuchiki to kuchikiki (
Browse files Browse the repository at this point in the history
…#993)

closes #898
  • Loading branch information
amrbashir authored Jul 26, 2023
1 parent c1f6c85 commit e47562f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changes/kuchiki.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wry": "patch"
---

Update the unmaintained `kuchiki` crate to the maintained `kuchikiki` crate.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ objc_id = "0.1"

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

0 comments on commit e47562f

Please sign in to comment.