Skip to content

Commit 138aff0

Browse files
chore(deps): update rust crate html5ever to 0.31
1 parent c71755f commit 138aff0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/tauri-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ env_logger = "0.11"
9191
icns = { package = "tauri-icns", version = "0.1" }
9292
image = { version = "0.25", default-features = false, features = ["ico"] }
9393
axum = { version = "0.7", features = ["ws"] }
94-
html5ever = "0.26"
94+
html5ever = "0.31"
9595
kuchiki = { package = "kuchikiki", version = "0.8" }
9696
tokio = { version = "1", features = ["macros", "sync"] }
9797
common-path = "1"

crates/tauri-utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ brotli = { version = "7", optional = true, default-features = false, features =
2222
"std",
2323
] }
2424
url = { version = "2", features = ["serde"] }
25-
html5ever = "0.26"
25+
html5ever = "0.31"
2626
kuchiki = { package = "kuchikiki", version = "0.8" }
2727
proc-macro2 = { version = "1", optional = true }
2828
quote = { version = "1", optional = true }

0 commit comments

Comments
 (0)