Skip to content

Commit 440f88d

Browse files
chore(deps): bump chrono-tz from 0.8.6 to 0.10.1
Bumps [chrono-tz](https://github.com/chronotope/chrono-tz) from 0.8.6 to 0.10.1. - [Release notes](https://github.com/chronotope/chrono-tz/releases) - [Commits](https://github.com/chronotope/chrono-tz/commits) --- updated-dependencies: - dependency-name: chrono-tz dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d5db841 commit 440f88d

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
@@ -42,7 +42,7 @@ opentelemetry-datadog = { version = "0.11.0", features = ["reqwest-client"] }
4242

4343
openssl-probe = "0.1.2"
4444
chrono = "0.4.19"
45-
chrono-tz = "0.8.1"
45+
chrono-tz = "0.10.1"
4646

4747
# Use Jemalloc only for musl-64 bits platforms
4848
# The default MUSL allocator is known to be slower than Jemalloc

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.8.1", features = ["serde"] }
23+
chrono-tz = { version = "0.10.1", features = ["serde"] }

crates/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ awc = "3.5"
2424
async-trait = "0.1.83"
2525
rrule = "0.12.0"
2626
chrono = { version = "0.4.19", features = ["serde"] }
27-
chrono-tz = "0.8.1"
27+
chrono-tz = "0.10.1"
2828
anyhow = "1.0"
2929
jsonwebtoken = "7"
3030
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.8.1", features = ["serde"] }
18+
chrono-tz = { version = "0.10.1", 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.12.0"
1717
chrono = { version = "0.4.19", features = ["serde"] }
18-
chrono-tz = { version = "0.8.1", features = ["serde"] }
18+
chrono-tz = { version = "0.10.1", 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.8.1", features = ["serde"] }
17+
chrono-tz = { version = "0.10.1", features = ["serde"] }
1818
anyhow = "1.0"
1919
tokio = { version = "1", features = ["macros"] }
2020
tracing = "0.1.25"

0 commit comments

Comments
 (0)