Skip to content

Commit b35d535

Browse files
build(deps): bump chrono-tz from 0.8.1 to 0.10.3
Bumps [chrono-tz](https://github.com/chronotope/chrono-tz) from 0.8.1 to 0.10.3. - [Release notes](https://github.com/chronotope/chrono-tz/releases) - [Commits](chronotope/chrono-tz@v0.8.1...v0.10.3) --- updated-dependencies: - dependency-name: chrono-tz dependency-version: 0.10.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 96b59b6 commit b35d535

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/expr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ anyhow = "1.0.98"
2323
bytes = "1.10.1"
2424
bytesize = "1.3.0"
2525
chrono = { version = "0.4.39", default-features = false, features = ["std"] }
26-
chrono-tz = { version = "0.8.1", features = ["serde", "case-insensitive"] }
26+
chrono-tz = { version = "0.10.3", features = ["serde", "case-insensitive"] }
2727
crc32fast = "1.4.2"
2828
csv = "1.3.1"
2929
differential-dataflow = "0.14.2"

src/pgtz/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ workspace = true
1111

1212
[dependencies]
1313
chrono = { version = "0.4.39", default-features = false, features = ["serde", "std"] }
14-
chrono-tz = { version = "0.8.1", features = ["serde", "case-insensitive"] }
14+
chrono-tz = { version = "0.10.3", features = ["serde", "case-insensitive"] }
1515
mz-lowertest = { path = "../lowertest", default-features = false }
1616
mz-ore = { path = "../ore", features = ["test"], default-features = false }
1717
mz-proto = { path = "../proto", features = ["chrono"], default-features = false }
@@ -25,7 +25,7 @@ workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = tru
2525

2626
[build-dependencies]
2727
anyhow = "1.0.98"
28-
chrono-tz = { version = "0.8.1", features = ["serde", "case-insensitive"] }
28+
chrono-tz = { version = "0.10.3", features = ["serde", "case-insensitive"] }
2929
mz-build-tools = { path = "../build-tools", default-features = false, features = ["protobuf-src"] }
3030
mz-ore-build = { path = "../ore-build", default-features = false }
3131
phf_codegen = "0.11.3"

src/proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ workspace = true
1313
[dependencies]
1414
anyhow = "1.0.98"
1515
chrono = { version = "0.4.39", default-features = false, features = ["serde", "std"], optional = true }
16-
chrono-tz = { version = "0.8.1", features = ["serde", "case-insensitive"], optional = true }
16+
chrono-tz = { version = "0.10.3", features = ["serde", "case-insensitive"], optional = true }
1717
globset = "0.4.16"
1818
http = "1.2.0"
1919
mz-ore = { path = "../ore", default-features = false, features = ["proptest", "test", "overflowing"] }

0 commit comments

Comments
 (0)