diff --git a/Cargo.lock b/Cargo.lock index 9cb05b9d2..e7d5239ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4117,8 +4117,9 @@ dependencies = [ [[package]] name = "webpage" -version = "1.3.0" -source = "git+https://github.com/dessalines/webpage-rs?branch=upgrade_html5ever#cf4b3ef2cd7a30ba9ad5ecb1a1cbd44926e99131" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4d03ebca8fe2492fffdb5be0f681a942665c50488348d8abc00efb470e0ea890" dependencies = [ "html5ever", "markup5ever_rcdom", diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml index 0107f5730..99812b92e 100644 --- a/crates/utils/Cargo.toml +++ b/crates/utils/Cargo.toml @@ -41,7 +41,7 @@ diesel = "1.4.8" http = "0.2.5" deser-hjson = "1.0.2" smart-default = "0.6.0" -webpage = { git = "https://github.com/dessalines/webpage-rs", branch = "upgrade_html5ever", default-features = false, features = ["serde"] } +webpage = { version = "1.4.0", default-features = false, features = ["serde"] } jsonwebtoken = "7.2.0" doku = "0.10.1" uuid = { version = "0.8.2", features = ["serde", "v4"] }