diff --git a/Cargo.lock b/Cargo.lock index 315ce5b..41a9787 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -430,9 +430,9 @@ dependencies = [ [[package]] name = "handlebars" -version = "6.4.0" +version = "6.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b3f9296c208515b87bd915a2f5d1163d4b3f863ba83337d7713cf478055948e" +checksum = "d43ccdfe15a81ab0a8af639e90254227c9a46afd9c5f5b6ec7efaa345c4b0f00" dependencies = [ "derive_builder", "log", diff --git a/Cargo.toml b/Cargo.toml index 26ff4fb..801b274 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ clap = "4.6.1" compile-fmt = "0.1.0" doc-comment = "0.3.4" font-subset = "0.1.0" -handlebars = "6.4.0" +handlebars = "6.4.1" humantime = "2.3.0" os_pipe = "1.2.3" portable-pty = "0.8.1" # FIXME: portable-pty 0.9 is seemingly broken on Windows