Skip to content

Commit

Permalink
chore(deps): bump chrono-tz from 0.8.6 to 0.10.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.10.0.
- [Release notes](https://github.com/chronotope/chrono-tz/releases)
- [Commits](chronotope/chrono-tz@v0.8.6...v0.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent 521748d commit ba2f371
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 14 deletions.
37 changes: 29 additions & 8 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 bins/nittei/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ opentelemetry-datadog = { version = "0.11.0", features = ["reqwest-client"] }

openssl-probe = "0.1.2"
chrono = "0.4.19"
chrono-tz = "0.8.1"
chrono-tz = "0.10.0"

# Use Jemalloc only for musl-64 bits platforms
# The default MUSL allocator is known to be slower than Jemalloc
Expand Down
2 changes: 1 addition & 1 deletion clients/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ reqwest = { version = "0.12", default-features = false, features = [
serde = "1"
serde_json = "1"
chrono = { version = "0.4.19", features = ["serde"] }
chrono-tz = { version = "0.8.1", features = ["serde"] }
chrono-tz = { version = "0.10.0", features = ["serde"] }
2 changes: 1 addition & 1 deletion crates/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ awc = "3.5"
async-trait = "0.1.83"
rrule = "0.12.0"
chrono = { version = "0.4.19", features = ["serde"] }
chrono-tz = "0.8.1"
chrono-tz = "0.10.0"
anyhow = "1.0"
jsonwebtoken = "7"
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/api_structs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
validator = { version = "0.18", features = ["derive"] }
chrono = { version = "0.4.19", features = ["serde"] }
chrono-tz = { version = "0.8.1", features = ["serde"] }
chrono-tz = { version = "0.10.0", features = ["serde"] }
uuid = { version = "1.1.2", features = ["serde"] }
# TODO: Adapt this once a release is done with the JSON value changes
# https://github.com/Aleph-Alpha/ts-rs/pull/358 and https://github.com/Aleph-Alpha/ts-rs/pull/359
Expand Down
2 changes: 1 addition & 1 deletion crates/domain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rrule = "0.12.0"
chrono = { version = "0.4.19", features = ["serde"] }
chrono-tz = { version = "0.8.1", features = ["serde"] }
chrono-tz = { version = "0.10.0", features = ["serde"] }
anyhow = "1.0"
url = "2.3.0"
uuid = { version = "1.1.2", features = ["serde", "v4"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/infra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
async-trait = "0.1.83"
chrono = { version = "0.4.19", features = ["serde"] }
chrono-tz = { version = "0.8.1", features = ["serde"] }
chrono-tz = { version = "0.10.0", features = ["serde"] }
anyhow = "1.0"
tokio = { version = "1", features = ["macros"] }
tracing = "0.1.25"
Expand Down

0 comments on commit ba2f371

Please sign in to comment.