diff --git a/handlebars/Cargo.toml b/handlebars/Cargo.toml index cb725a1394..b554da8ce0 100644 --- a/handlebars/Cargo.toml +++ b/handlebars/Cargo.toml @@ -12,7 +12,7 @@ categories = ["web-programming::http-server", "web-programming"] [dependencies] glob = "0.3.1" -handlebars = { version = "5.0.0", features = ["dir_source"] } +handlebars = { version = "6.0.0", features = ["dir_source"] } log = "0.4.20" serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108"