File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ thiserror = "1"
18
18
phf = { version = " 0.11" , features = [ " macros" ] }
19
19
brotli = { version = " 7" , optional = true }
20
20
url = { version = " 2" , features = [ " serde" ] }
21
- html5ever = " 0.26 " # kuchikiki requires 0.26 still
21
+ html5ever = " 0.31 " # kuchikiki requires 0.26 still
22
22
kuchiki = { package = " kuchikiki" , version = " 0.8" }
23
23
proc-macro2 = { version = " 1" , optional = true }
24
24
quote = { version = " 1" , optional = true }
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ env_logger = "0.10.0"
76
76
icns = { package = " tauri-icns" , version = " 0.1" }
77
77
image = { version = " 0.25" , default-features = false , features = [ " ico" ] }
78
78
axum = { version = " 0.7" , features = [ " ws" ] }
79
- html5ever = " 0.26 "
79
+ html5ever = " 0.31 "
80
80
kuchiki = { package = " kuchikiki" , version = " 0.8" }
81
81
tokio = { version = " 1" , features = [ " macros" , " sync" ] }
82
82
common-path = " 1"
You can’t perform that action at this time.
0 commit comments