chore(deps): Bump handlebars from 4.3.1 to 4.3.2 (#5133)
Bumps [handlebars](https://github.com/sunng87/handlebars-rust) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/sunng87/handlebars-rust/releases) - [Changelog](https://github.com/sunng87/handlebars-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/sunng87/handlebars-rust/compare/v4.3.1...v4.3.2) --- updated-dependencies: - dependency-name: handlebars dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>pull/24376/head
parent
9359539acf
commit
c0ac01c67b
|
|
@ -1780,9 +1780,9 @@ checksum = "c207b0ee023c7fce79daf01828163aaf53a1ddd0be8b1ef9541da7d41f6fa63a"
|
|||
|
||||
[[package]]
|
||||
name = "handlebars"
|
||||
version = "4.3.1"
|
||||
version = "4.3.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b66d0c1b6e3abfd1e72818798925e16e02ed77e1b47f6c25a95a23b377ee4299"
|
||||
checksum = "36641a8b9deb60e23fb9bb47ac631d664a780b088909b89179a4eab5618b076b"
|
||||
dependencies = [
|
||||
"log",
|
||||
"pest",
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ chrono = { version = "0.4", default-features = false }
|
|||
chrono-english = "0.1.4"
|
||||
clap = { version = "3", features = ["derive", "env", "cargo"] }
|
||||
futures = "0.3"
|
||||
handlebars = "4.3.1"
|
||||
handlebars = "4.3.2"
|
||||
humantime = "2.1.0"
|
||||
influxdb2_client = { path = "../influxdb2_client" }
|
||||
itertools = "0.10.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue