From c9a2445fd4b766f7817c2f58e1abb5ceb4fc0876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 09:48:11 +0000 Subject: [PATCH] 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] * chore: Run cargo hakari tasks Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CircleCI[bot] Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- iox_data_generator/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7bc4b92f85..488aae235c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/iox_data_generator/Cargo.toml b/iox_data_generator/Cargo.toml index 1e6625a033..ec62aad243 100644 --- a/iox_data_generator/Cargo.toml +++ b/iox_data_generator/Cargo.toml @@ -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"