Skip to content

Commit

Permalink
chore(deps): Bump chrono-tz from 0.8.6 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [chrono-tz](https://github.com/chronotope/chrono-tz) from 0.8.6 to 0.9.0.
- [Release notes](https://github.com/chronotope/chrono-tz/releases)
- [Changelog](https://github.com/chronotope/chrono-tz/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono-tz@v0.8.6...v0.9.0)

---
updated-dependencies:
- dependency-name: chrono-tz
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 18, 2024
1 parent d2c8809 commit 0f636c6
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 12 deletions.
36 changes: 29 additions & 7 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ bollard = { version = "0.16.1", default-features = false, features = ["ssl", "ch
bytes = { version = "1.6.0", default-features = false, features = ["serde"] }
bytesize = { version = "1.3.0", default-features = false }
chrono.workspace = true
chrono-tz = { version = "0.8.6", default-features = false }
chrono-tz = { version = "0.9.0", default-features = false }
cidr-utils = { version = "0.6.1", default-features = false }
colored = { version = "2.1.0", default-features = false }
csv = { version = "1.3", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tokenize = [
[dependencies]
async-stream = "0.3.5"
bytes = { version = "1.6.0", default-features = false, optional = true }
chrono-tz = { version = "0.8.6", default-features = false, features = ["serde"] }
chrono-tz = { version = "0.9.0", default-features = false, features = ["serde"] }
chrono.workspace = true
crossbeam-utils = { version = "0.8.19", default-features = false }
derivative = { version = "2.2.0", default-features = false }
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.workspace = true
chrono-tz = { version = "0.8.6", default-features = false }
chrono-tz = { version = "0.9.0", default-features = false }
encoding_rs = { version = "0.8", default-features = false, features = ["alloc", "serde"] }
indexmap.workspace = true
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 @@ -76,7 +76,7 @@ prost-build = "0.12"

[dev-dependencies]
base64 = "0.22.0"
chrono-tz = { version = "0.8.6", default-features = false }
chrono-tz = { version = "0.9.0", default-features = false }
criterion = { version = "0.5.1", features = ["html_reports"] }
env-test-util = "1.0.1"
quickcheck = "1"
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-vrl/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ vector-vrl-functions = { path = "../../vector-vrl/functions" }

ansi_term = "0.12"
chrono.workspace = true
chrono-tz = "0.8"
chrono-tz = "0.9"
clap.workspace = true
glob = "0.3"
prettydiff = "0.6"
Expand Down

0 comments on commit 0f636c6

Please sign in to comment.