mirror of https://github.com/tauri-apps/tauri
chore(deps) Update Rust crate html5ever to 0.27
This commit is contained in:
parent
b0421cbb21
commit
1633965f76
|
@ -19,7 +19,7 @@ thiserror = "1"
|
|||
phf = { version = "0.11", features = [ "macros" ] }
|
||||
brotli = { version = "3", optional = true, default-features = false, features = [ "std" ] }
|
||||
url = { version = "2", features = [ "serde" ] }
|
||||
html5ever = "0.26"
|
||||
html5ever = "0.27"
|
||||
kuchiki = { package = "kuchikiki", version = "0.8" }
|
||||
proc-macro2 = { version = "1", optional = true }
|
||||
quote = { version = "1", optional = true }
|
||||
|
|
Loading…
Reference in New Issue