Skip to content

Commit

Permalink
fix(deps): align version of handlebars and handlebars_misc_helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed Sep 23, 2024
1 parent bf3ee3f commit 4453113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cdviz-collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ enum_dispatch = "0.3"
figment = { version = "0.10", features = ["toml", "env"] }
futures = "0.3"
globset = { version = "0.4", optional = true }
handlebars = { version = "6.0", optional = true }
handlebars_misc_helpers = { version = "0.16", optional = true, default-features = false, features = [
handlebars = { version = "6", optional = true }
handlebars_misc_helpers = { version = "0.17", optional = true, default-features = false, features = [
"string",
"json",
"regex",
Expand Down

0 comments on commit 4453113

Please sign in to comment.