Skip to content

Commit 623b838

Browse files
chore(deps): bump chrono-tz from 0.8.1 to 0.8.2 (vectordotdev#17088)
Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9a56ed8 commit 623b838

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/vector-common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tokenize = [
4343
[dependencies]
4444
async-stream = "0.3.5"
4545
bytes = { version = "1.4.0", default-features = false, optional = true }
46-
chrono-tz = { version = "0.8.1", default-features = false, features = ["serde"] }
46+
chrono-tz = { version = "0.8.2", default-features = false, features = ["serde"] }
4747
chrono = { version = "0.4", default-features = false, optional = true, features = ["clock"] }
4848
crossbeam-utils = { version = "0.8.15", default-features = false }
4949
derivative = "2.1.3"

lib/vector-config/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ path = "tests/integration/lib.rs"
1212

1313
[dependencies]
1414
chrono = { version = "0.4.19", default-features = false }
15-
chrono-tz = { version = "0.8.1", default-features = false }
15+
chrono-tz = { version = "0.8.2", default-features = false }
1616
encoding_rs = { version = "0.8", default-features = false, features = ["alloc", "serde"] }
1717
indexmap = { version = "1.9", default-features = false }
1818
inventory = { version = "0.3" }

lib/vector-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ prost-build = "0.11"
8181

8282
[dev-dependencies]
8383
base64 = "0.21.0"
84-
chrono-tz = { version = "0.8.1", default-features = false }
84+
chrono-tz = { version = "0.8.2", default-features = false }
8585
criterion = { version = "0.4.0", features = ["html_reports"] }
8686
env-test-util = "1.0.1"
8787
quickcheck = "1"

0 commit comments

Comments
 (0)