Skip to content

Commit

Permalink
Bump handlebars from 4.5.0 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [handlebars](https://github.com/sunng87/handlebars-rust) from 4.5.0 to 5.0.0.
- [Release notes](https://github.com/sunng87/handlebars-rust/releases)
- [Changelog](https://github.com/sunng87/handlebars-rust/blob/master/CHANGELOG.md)
- [Commits](sunng87/handlebars-rust@v4.5.0...v5.0.0)

---
updated-dependencies:
- dependency-name: handlebars
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 16, 2024
1 parent cd91b87 commit 8fe7374
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
# Public dependencies (present in the public API).
quick-xml = { version = "0.31.0", optional = true }
handlebars = { version = "4.5.0", optional = true }
handlebars = { version = "5.0.0", optional = true }
portable-pty = { version = "0.8.0", optional = true }

# Private dependencies (not exposed in the public API).
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/main.rs"
[dependencies]
anyhow = "1.0.79"
clap = { version = "4.4.16", features = ["derive", "env", "wrap_help"] }
handlebars = "4.5.0"
handlebars = "5.0.0"
humantime = "2.1.0"
is-terminal = "0.4.10"
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/rainbow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ path = "../.."
features = ["tracing"]

[dev-dependencies]
handlebars = "4.5.0"
handlebars = "5.0.0"
pretty_assertions = "1.0.0"
tempfile = "3.9.0"
test-casing = "0.1.2"
Expand Down

0 comments on commit 8fe7374

Please sign in to comment.