fix: properly match proxy timezone

This commit is contained in:
zhom
2026-03-10 01:59:58 +04:00
parent f4eecf24cc
commit b3d279046b
4 changed files with 164 additions and 12 deletions
+29
View File
@@ -984,6 +984,16 @@ dependencies = [
"windows-link 0.2.1",
]
[[package]]
name = "chrono-tz"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3"
dependencies = [
"chrono",
"phf 0.12.1",
]
[[package]]
name = "cipher"
version = "0.4.4"
@@ -1600,6 +1610,7 @@ dependencies = [
"boringtun",
"bzip2",
"chrono",
"chrono-tz",
"clap",
"core-foundation 0.10.1",
"crossbeam-channel",
@@ -4354,6 +4365,15 @@ dependencies = [
"phf_shared 0.11.3",
]
[[package]]
name = "phf"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
dependencies = [
"phf_shared 0.12.1",
]
[[package]]
name = "phf_codegen"
version = "0.8.0"
@@ -4458,6 +4478,15 @@ dependencies = [
"siphasher 1.0.2",
]
[[package]]
name = "phf_shared"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
dependencies = [
"siphasher 1.0.2",
]
[[package]]
name = "pico-args"
version = "0.5.0"