Skip to content

Commit f6d71ac

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

File tree

7 files changed

+35
-14
lines changed

7 files changed

+35
-14
lines changed

Cargo.lock

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

bins/nittei/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ opentelemetry-otlp = { version = "=0.16.0", features = [
5353
opentelemetry-datadog = { version = "0.11.0", features = ["reqwest-client"] }
5454

5555
chrono = "0.4.19"
56-
chrono-tz = "0.9.0"
56+
chrono-tz = "0.10.3"
5757

5858
# Use the `jemallocator` crate to use jemalloc as the global allocator.
5959
tikv-jemallocator = "0.6"

clients/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ reqwest = { version = "0.12", default-features = false, features = [
2020
serde = "1"
2121
serde_json = "1"
2222
chrono = { version = "0.4.19", features = ["serde"] }
23-
chrono-tz = { version = "0.9.0", features = ["serde"] }
23+
chrono-tz = { version = "0.10.3", features = ["serde"] }

crates/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ reqwest = { version = "0.12", default-features = false, features = [
2828
async-trait = "0.1.83"
2929
rrule = "0.13.0"
3030
chrono = { version = "0.4.19", features = ["serde"] }
31-
chrono-tz = "0.9.0"
31+
chrono-tz = "0.10.3"
3232
anyhow = "1.0"
3333
jsonwebtoken = "7"
3434
thiserror = "1.0"

crates/api_structs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ serde = { version = "1.0", features = ["derive"] }
1515
serde_json = "1.0"
1616
validator = { version = "0.18", features = ["derive"] }
1717
chrono = { version = "0.4.19", features = ["serde"] }
18-
chrono-tz = { version = "0.9.0", features = ["serde"] }
18+
chrono-tz = { version = "0.10.3", features = ["serde"] }
1919
uuid = { version = "1.1.2", features = ["serde"] }
2020
ts-rs = { version = "10.1.0", features = [
2121
"uuid-impl",

crates/domain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ serde = { version = "1.0", features = ["derive"] }
1515
serde_json = "1.0"
1616
rrule = "0.13.0"
1717
chrono = { version = "0.4.19", features = ["serde"] }
18-
chrono-tz = { version = "0.9.0", features = ["serde"] }
18+
chrono-tz = { version = "0.10.3", features = ["serde"] }
1919
anyhow = "1.0"
2020
url = "2.3.0"
2121
uuid = { version = "1.1.2", features = ["serde", "v4"] }

crates/infra/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ serde = { version = "1", features = ["derive"] }
1414
serde_json = "1"
1515
async-trait = "0.1.83"
1616
chrono = { version = "0.4.19", features = ["serde"] }
17-
chrono-tz = { version = "0.9.0", features = ["serde"] }
17+
chrono-tz = { version = "0.10.3", features = ["serde"] }
1818
anyhow = "1.0"
1919
tokio = { version = "1", features = ["macros"] }
2020
tracing = "0.1.25"

0 commit comments

Comments
 (0)