diff --git a/Cargo.lock b/Cargo.lock index 74b3643c..ae4d47f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3225,20 +3225,6 @@ dependencies = [ "zerocopy", ] -[[package]] -name = "handlebars" -version = "5.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b" -dependencies = [ - "log", - "pest", - "pest_derive", - "serde", - "serde_json", - "thiserror 1.0.69", -] - [[package]] name = "handlebars" version = "6.3.2" @@ -9261,7 +9247,7 @@ dependencies = [ "csv", "dialoguer 0.12.0", "glob", - "handlebars 5.1.2", + "handlebars", "home", "indexmap 2.12.1", "indicatif 0.17.11", @@ -9303,7 +9289,7 @@ dependencies = [ "crossterm", "dirs 5.0.1", "futures", - "handlebars 6.3.2", + "handlebars", "indicatif 0.18.3", "jiff 0.2.16", "log", diff --git a/crates/terraphim-session-analyzer/Cargo.toml b/crates/terraphim-session-analyzer/Cargo.toml index 8495d70b..2dab91ee 100644 --- a/crates/terraphim-session-analyzer/Cargo.toml +++ b/crates/terraphim-session-analyzer/Cargo.toml @@ -69,7 +69,7 @@ glob = "0.3" home = "0.5" # Report generation -handlebars = "5.1" +handlebars = "6.3" csv = "1.3" # Logging diff --git a/crates/terraphim_agent/Cargo.toml b/crates/terraphim_agent/Cargo.toml index 5b9e2341..def638d9 100644 --- a/crates/terraphim_agent/Cargo.toml +++ b/crates/terraphim_agent/Cargo.toml @@ -48,7 +48,7 @@ urlencoding = "2.1" ahash = "0.8" terraphim_update = { path = "../terraphim_update", version = "1.0.0" } pulldown-cmark = { version = "0.13", default-features = false, features = ["html"] } -handlebars = "6.0" +handlebars = "6.3" regex = "1.0" walkdir = "2.0" async-trait = "0.1"