From 2a10c4f3cfb0dd4365631a98459a8d5def97fc7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Dec 2022 08:52:13 +0000 Subject: [PATCH] Bump env_logger from 0.9.3 to 0.10.0 Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.9.3 to 0.10.0. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/env_logger/compare/v0.9.3...v0.10.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- spikes/clickhouse-ingest/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d45b42..b670615 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -479,12 +479,12 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.9.3" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" +checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" dependencies = [ - "atty", "humantime", + "is-terminal", "log", "regex", "termcolor", diff --git a/spikes/clickhouse-ingest/Cargo.toml b/spikes/clickhouse-ingest/Cargo.toml index 9f986e2..6b0e6a7 100644 --- a/spikes/clickhouse-ingest/Cargo.toml +++ b/spikes/clickhouse-ingest/Cargo.toml @@ -11,7 +11,7 @@ clickhouse-rs = { git = "https://github.com/Count-Count/clickhouse-rs.git", bran serde = { version = "1.0", features = [ "derive" ] } quick-xml = { version = "0.22", features = [ "serialize" ] } tokio = { version = "1.16", features = ["full"] } -env_logger = "0.9.0" +env_logger = "0.10.0" chrono = { version = "0.4", default-features = false, features = [ "std" ] } chrono-tz = "0.5" mimalloc = "0.1.26" \ No newline at end of file