Skip to content

Commit 0ab176f

Browse files
Update Rust crate chrono-tz to 0.10.4 (#8634)
1 parent cc1aba6 commit 0ab176f

File tree

3 files changed

+31
-47
lines changed

3 files changed

+31
-47
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ cargo_metadata = "0.20.0"
382382
chacha20poly1305 = "0.10.1"
383383
cfg-if = "1.0"
384384
chrono = { version = "0.4", features = [ "serde" ] }
385-
chrono-tz = { version = "0.10.3", features = [ "serde" ] }
385+
chrono-tz = { version = "0.10.4", features = [ "serde" ] }
386386
ciborium = "0.2.2"
387387
clap = { version = "4.5", features = ["cargo", "derive", "env", "wrap_help"] }
388388
clickana = { path = "dev-tools/clickana" }

workspace-hack/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ peg-runtime = { version = "0.8.5", default-features = false, features = ["std"]
9494
pem-rfc7468 = { version = "0.7.0", default-features = false, features = ["std"] }
9595
percent-encoding = { version = "2.3.1" }
9696
petgraph = { version = "0.6.5", features = ["serde-1"] }
97-
phf = { version = "0.11.2" }
9897
phf_shared = { version = "0.11.2" }
9998
pkcs8 = { version = "0.10.2", default-features = false, features = ["encryption", "pem", "std"] }
10099
portable-atomic = { version = "1.11.0" }
@@ -103,8 +102,9 @@ ppv-lite86 = { version = "0.2.20", default-features = false, features = ["simd",
103102
predicates = { version = "3.1.3" }
104103
proc-macro2 = { version = "1.0.95" }
105104
rand-274715c4dabd11b0 = { package = "rand", version = "0.9.1" }
106-
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8.5", features = ["small_rng"] }
107-
rand_chacha = { version = "0.9.0", default-features = false, features = ["std"] }
105+
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8.5" }
106+
rand_chacha-274715c4dabd11b0 = { package = "rand_chacha", version = "0.9.0", default-features = false, features = ["std"] }
107+
rand_chacha-468e82937335b1c9 = { package = "rand_chacha", version = "0.3.1", default-features = false, features = ["std"] }
108108
regex = { version = "1.11.1" }
109109
regex-automata = { version = "0.4.8", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
110110
regex-syntax = { version = "0.8.5" }
@@ -230,7 +230,6 @@ peg-runtime = { version = "0.8.5", default-features = false, features = ["std"]
230230
pem-rfc7468 = { version = "0.7.0", default-features = false, features = ["std"] }
231231
percent-encoding = { version = "2.3.1" }
232232
petgraph = { version = "0.6.5", features = ["serde-1"] }
233-
phf = { version = "0.11.2" }
234233
phf_shared = { version = "0.11.2" }
235234
pkcs8 = { version = "0.10.2", default-features = false, features = ["encryption", "pem", "std"] }
236235
portable-atomic = { version = "1.11.0" }
@@ -239,8 +238,9 @@ ppv-lite86 = { version = "0.2.20", default-features = false, features = ["simd",
239238
predicates = { version = "3.1.3" }
240239
proc-macro2 = { version = "1.0.95" }
241240
rand-274715c4dabd11b0 = { package = "rand", version = "0.9.1" }
242-
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8.5", features = ["small_rng"] }
243-
rand_chacha = { version = "0.9.0", default-features = false, features = ["std"] }
241+
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8.5" }
242+
rand_chacha-274715c4dabd11b0 = { package = "rand_chacha", version = "0.9.0", default-features = false, features = ["std"] }
243+
rand_chacha-468e82937335b1c9 = { package = "rand_chacha", version = "0.3.1", default-features = false, features = ["std"] }
244244
regex = { version = "1.11.1" }
245245
regex-automata = { version = "0.4.8", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
246246
regex-syntax = { version = "0.8.5" }

0 commit comments

Comments
 (0)