From 623b838b2193e019173ad5d223fb217bbf5d94bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 08:54:44 -0600 Subject: [PATCH] chore(deps): bump chrono-tz from 0.8.1 to 0.8.2 (#17088) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lib/vector-common/Cargo.toml | 2 +- lib/vector-config/Cargo.toml | 2 +- lib/vector-core/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 769cfefc4f5cb..e61110c8b40b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1781,9 +1781,9 @@ dependencies = [ [[package]] name = "chrono-tz" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa48fa079165080f11d7753fd0bc175b7d391f276b965fe4b55bfad67856e463" +checksum = "cf9cc2b23599e6d7479755f3594285efb3f74a1bdca7a7374948bc831e23a552" dependencies = [ "chrono", "chrono-tz-build", diff --git a/lib/vector-common/Cargo.toml b/lib/vector-common/Cargo.toml index bcd8cb54625dc..f87a3d889e52d 100644 --- a/lib/vector-common/Cargo.toml +++ b/lib/vector-common/Cargo.toml @@ -43,7 +43,7 @@ tokenize = [ [dependencies] async-stream = "0.3.5" bytes = { version = "1.4.0", default-features = false, optional = true } -chrono-tz = { version = "0.8.1", default-features = false, features = ["serde"] } +chrono-tz = { version = "0.8.2", default-features = false, features = ["serde"] } chrono = { version = "0.4", default-features = false, optional = true, features = ["clock"] } crossbeam-utils = { version = "0.8.15", default-features = false } derivative = "2.1.3" diff --git a/lib/vector-config/Cargo.toml b/lib/vector-config/Cargo.toml index 80d855f05866b..122d80d2622bb 100644 --- a/lib/vector-config/Cargo.toml +++ b/lib/vector-config/Cargo.toml @@ -12,7 +12,7 @@ path = "tests/integration/lib.rs" [dependencies] chrono = { version = "0.4.19", default-features = false } -chrono-tz = { version = "0.8.1", default-features = false } +chrono-tz = { version = "0.8.2", default-features = false } encoding_rs = { version = "0.8", default-features = false, features = ["alloc", "serde"] } indexmap = { version = "1.9", default-features = false } inventory = { version = "0.3" } diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index 27f431bd32b81..b00546d6428a6 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -81,7 +81,7 @@ prost-build = "0.11" [dev-dependencies] base64 = "0.21.0" -chrono-tz = { version = "0.8.1", default-features = false } +chrono-tz = { version = "0.8.2", default-features = false } criterion = { version = "0.4.0", features = ["html_reports"] } env-test-util = "1.0.1" quickcheck = "1"