chore(deps): Bump handlebars from 4.3.4 to 4.3.5 (#5797)
* chore(deps): Bump handlebars from 4.3.4 to 4.3.5 Bumps [handlebars](https://github.com/sunng87/handlebars-rust) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/sunng87/handlebars-rust/releases) - [Changelog](https://github.com/sunng87/handlebars-rust/blob/v4.3.5/CHANGELOG.md) - [Commits](https://github.com/sunng87/handlebars-rust/compare/v4.3.4...v4.3.5) --- updated-dependencies: - dependency-name: handlebars dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: Run cargo hakari tasks Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CircleCI[bot] <circleci@influxdata.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>pull/24376/head
parent
9bbbf86116
commit
c9a2445fd4
|
|
@ -1722,9 +1722,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "handlebars"
|
||||
version = "4.3.4"
|
||||
version = "4.3.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "56b224eaa4987c03c30b251de7ef0c15a6a59f34222905850dbc3026dfb24d5f"
|
||||
checksum = "433e4ab33f1213cdc25b5fa45c76881240cfe79284cf2b395e8b9e312a30a2fd"
|
||||
dependencies = [
|
||||
"log",
|
||||
"pest",
|
||||
|
|
|
|||
|
|
@ -11,7 +11,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.4"
|
||||
handlebars = "4.3.5"
|
||||
humantime = "2.1.0"
|
||||
influxdb2_client = { path = "../influxdb2_client" }
|
||||
itertools = "0.10.5"
|
||||
|
|
|
|||
Loading…
Reference in New Issue