Skip to content

Commit

Permalink
update to use handlebars v5 (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
campeis committed Jan 16, 2024
1 parent 724e767 commit 7b07043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -47,7 +47,7 @@ pretty_env_logger = "0.5"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing-log = "0.2"
serde_derive = "1.0"
handlebars = "4.0"
handlebars = "5.0"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.1", features = ["net"] }
listenfd = "1.0"
Expand Down

0 comments on commit 7b07043

Please sign in to comment.