diff --git a/Cargo.lock b/Cargo.lock index d037010..8e1a6d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1107,9 +1107,9 @@ dependencies = [ [[package]] name = "htmd" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7eee9b00ee2e599b4f86507157e3db786e7a3319fc225f0e9584151dbea2291d" +checksum = "a5a1c7113c831fec68cbd79cd8bf281a84e5b6943f51473dc266b0b88a6a017e" dependencies = [ "html5ever 0.38.0", "markup5ever_rcdom", diff --git a/Cargo.toml b/Cargo.toml index 4e12c58..1a6e558 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ h2 = "=0.4.15" h3 = "=0.0.8" h3-quinn = "=0.0.10" hmac = "=0.13.0" -htmd = "=0.5.4" +htmd = "=0.5.5" http = "=1.4.2" http-body = "=1.1.0" http-body-util = "=0.1.4"