Skip to content

Commit

Permalink
chore(deps): bump chrono-tz from 0.8.1 to 0.8.2 (vectordotdev#17088)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 10, 2023
1 parent 9a56ed8 commit 623b838
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/vector-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 623b838

Please sign in to comment.